Skip to content

Commit d677f3e

Browse files
authored
Fixed calculation date. Results are not currently updating on the loading time
1 parent 0e22dbf commit d677f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erc20-losses-sources/src/blocks/TokenLosses/TokenLosses.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export const TokenLosses = () => {
397397
}}
398398
>
399399
<Svg iconName="calendar" size={24} className="text-secondary-text" />
400-
Calculation date: {dateString}
400+
Calculation date: 1 Nov, 2024
401401
</div>
402402
<div
403403
className="flex items-center bg-primary-bg p-3 text-[14px] leading-[20px] xl:text-[16px] xl:leading-[24px] font-semibold text-primary-text rounded-2 gap-2 xl:ml-3"

0 commit comments

Comments
 (0)