Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 13, 2024
1 parent 85091c5 commit c42195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ConnectOverlay: React.FC<Props> = ({
// };

const [connectionState, setConnectionState] = useState<string>(
ConnectionState.CONNECTED
ConnectionState.DISCONNECTED
);

const [metaMaskSelected, setMetaMaskSelected] = useState<boolean>(false);
Expand Down

0 comments on commit c42195f

Please sign in to comment.