Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Jul 30, 2024
1 parent 6ebd17c commit 3da5c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const ConnectOverlay: React.FC<Props> = ({
// Start checking connection status
checkConnection();
} catch (error: any) {
console.log('Error connecting wallet:', error);
dispatch(setConnectionState('error'));
}
};
Expand Down

0 comments on commit 3da5c27

Please sign in to comment.