fix: remove duplicate hideIp property in canvasStore

This commit is contained in:
Pouzor
2026-03-11 16:21:15 +01:00
parent 271bbf2d01
commit 15f210470a
-1
View File
@@ -163,7 +163,6 @@ export const useCanvasStore = create<CanvasState>((set) => ({
notifyScanDeviceFound: () => set({ scanEventTs: Date.now() }),
hideIp: false,
toggleHideIp: () => set((s) => ({ hideIp: !s.hideIp })),
loadCanvas: (nodes, edges) => {