Skip to content

Commit 4751ea1

Browse files
committed
fixup! fixup! Add functional component -> Toast
1 parent 4405f0f commit 4751ea1

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

src/app/components/SocketHandler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const SocketHandler = (props: SocketHandlerInterfaces.Props) => {
9595
return () => {
9696
socket.disconnect();
9797
};
98-
});
98+
}, []);
9999

100100
return null;
101101
};

src/app/components/Toast.tsx

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)