Skip to content

Commit

Permalink
fix(app-board): rename wrong stop listen hook
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodigioacchino committed Jan 25, 2021
1 parent 73a2c98 commit 44e649c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const GameView: React.FC<GameProps> = ({ zoomIn, zoomOut }) => {
setBackGround(s => !s);
}, []);

useStopPollingOnlineStatus();
useStopListenOnlineStatus();

return (
<ZoomPanContext initialPan={initialPan}>
Expand Down

0 comments on commit 44e649c

Please sign in to comment.