fix typo during claim
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
c66b4d182b
commit
57661ab6b1
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ghost-dao-interface",
|
||||
"private": true,
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -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`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user