Skip to content

Commit 7bccde4

Browse files
authored
Merge pull request #2007 from cprussin/update-guides
chore(staking): update OIS guide
2 parents a8fcf8a + c5e33be commit 7bccde4

File tree

4 files changed

+209
-162
lines changed

4 files changed

+209
-162
lines changed

apps/staking/src/components/AccountSummary/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ const ClaimDialogContents = ({
482482
.finally(() => {
483483
setCloseDisabled(false);
484484
});
485-
}, [execute, toast]);
485+
}, [execute, toast, close, setCloseDisabled]);
486486

487487
return (
488488
<>

0 commit comments

Comments
 (0)