diff --git a/package.json b/package.json index 4714554..758eb99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.6.6", + "version": "0.6.7", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Stake/components/ClaimsArea.jsx b/src/containers/Stake/components/ClaimsArea.jsx index 6102883..4a97ad4 100644 --- a/src/containers/Stake/components/ClaimsArea.jsx +++ b/src/containers/Stake/components/ClaimsArea.jsx @@ -75,7 +75,7 @@ export const ClaimsArea = ({ chainId, address, epoch }) => { const setIsPayoutGhstInner = (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`;