Skip to content

Commit

Permalink
Update src/app/(sidebar)/account/fund/page.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Iveta <[email protected]>
  • Loading branch information
jeesunikim and quietbits authored Mar 20, 2024
1 parent e2228a3 commit 07d32a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(sidebar)/account/fund/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function FundAccount() {
</Button>

<Button
disabled={!account.publicKey}
disabled={!account.publicKey || isLoading}
size="md"
variant="tertiary"
onClick={() => {
Expand Down

0 comments on commit 07d32a5

Please sign in to comment.