mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-07 08:00:54 +00:00
lame
This commit is contained in:
@@ -149,7 +149,7 @@ export const WebsocketProvider = ({
|
||||
export const WsStatusIndicator = () => {
|
||||
const [connected] = useWebsocketConnected();
|
||||
const onclick = () =>
|
||||
toast({ title: "surprise", description: "motherfucker" });
|
||||
toast({ title: connected ? "Websocket connected" : "Websocket disconnected" });
|
||||
|
||||
return (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user