Skip to content

Commit c5e33be

Browse files
committed
chore(staking): update OIS guide
1 parent 803cbc1 commit c5e33be

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)