fix typo during claim

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-03-22 20:39:22 +03:00
parent c66b4d182b
commit 57661ab6b1
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ghost-dao-interface", "name": "ghost-dao-interface",
"private": true, "private": true,
"version": "0.6.6", "version": "0.6.7",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -75,7 +75,7 @@ export const ClaimsArea = ({ chainId, address, epoch }) => {
const setIsPayoutGhstInner = (value) => { const setIsPayoutGhstInner = (value) => {
setIsPayoutGhst(value); setIsPayoutGhst(value);
localStorage.setitem("bond-isGhstPayout", value); localStorage.setItem("bond-isGhstPayout", value);
} }
const warmupTooltip = `Your claim earns rebases during warmup. You can emergency withdraw, but this forfeits the rebases`; const warmupTooltip = `Your claim earns rebases during warmup. You can emergency withdraw, but this forfeits the rebases`;