We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee55148 commit 3ec255aCopy full SHA for 3ec255a
apps/staking/src/components/ProgramSection/index.tsx
@@ -210,13 +210,13 @@ const TokenOverview = ({
210
{cooldown > 0n && (
211
<div className="mt-2 text-xs text-neutral-500">
212
<Tokens>{cooldown}</Tokens> end{" "}
213
- {epochToDate(currentEpoch + 1n).toLocaleString()}
+ {epochToDate(currentEpoch + 2n).toLocaleString()}
214
</div>
215
)}
216
{cooldown2 > 0n && (
217
218
<Tokens>{cooldown2}</Tokens> end{" "}
219
- {epochToDate(currentEpoch + 2n).toLocaleString()}
+ {epochToDate(currentEpoch + 1n).toLocaleString()}
220
221
222
</>
0 commit comments