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 c42195f commit 6cce4b8
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 @@ -119,8 +119,8 @@ const ConnectOverlay: React.FC<Props> = ({
}
);
if (statusResponse.data.connected) {
onConnect();
setConnectionState(ConnectionState.CONNECTED);
onConnect();
} else {
console.log('Not Connected, checking again...');
setTimeout(checkConnection, 1000);
Expand Down

0 comments on commit 6cce4b8

Please sign in to comment.