From 37c447ece5fe78870e8cc8ebe3ed4c2b442f58f3 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Wed, 20 Aug 2025 21:15:49 +0300 Subject: [PATCH] disable buttons during bond claims Signed-off-by: Uncle Fatso --- package.json | 2 +- src/containers/Bond/components/ClaimBonds.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2b52152..24ee6b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.2.7", + "version": "0.2.8", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Bond/components/ClaimBonds.jsx b/src/containers/Bond/components/ClaimBonds.jsx index dbf2122..6728b19 100644 --- a/src/containers/Bond/components/ClaimBonds.jsx +++ b/src/containers/Bond/components/ClaimBonds.jsx @@ -117,7 +117,7 @@ export const ClaimBonds = ({ chainId, address, secondsTo }) => { onSubmit(notes.filter((note) => secondsTo > note.matured).map(note => note.id))} @@ -166,7 +166,7 @@ export const ClaimBonds = ({ chainId, address, secondsTo }) => { onSubmit([note.id])} > Claim @@ -222,7 +222,7 @@ export const ClaimBonds = ({ chainId, address, secondsTo }) => { onSubmit([note.id])} > Claim