Skip to content

Commit

Permalink
Merge pull request #2007 from cprussin/update-guides
Browse files Browse the repository at this point in the history
chore(staking): update OIS guide
  • Loading branch information
cprussin authored Oct 8, 2024
2 parents a8fcf8a + c5e33be commit 7bccde4
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 162 deletions.
2 changes: 1 addition & 1 deletion apps/staking/src/components/AccountSummary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ const ClaimDialogContents = ({
.finally(() => {
setCloseDisabled(false);
});
}, [execute, toast]);
}, [execute, toast, close, setCloseDisabled]);

return (
<>
Expand Down
Loading

0 comments on commit 7bccde4

Please sign in to comment.