Skip to content

Commit

Permalink
added creit-stellar-wallet-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
armsves committed Jul 9, 2024
1 parent 017782f commit edb9f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/atoms/connect-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const ConnectButton: React.FC = () => {
className={styles.button}
onClick={() => {
setActivePubKey(null);
setBalance(null);
setBalance2(null);
setDropdownOpen(false);
}}
>
Expand Down

0 comments on commit edb9f17

Please sign in to comment.