diff --git a/ui/src/hooks/stores.ts b/ui/src/hooks/stores.ts index e9a9a88..fdee538 100644 --- a/ui/src/hooks/stores.ts +++ b/ui/src/hooks/stores.ts @@ -881,5 +881,4 @@ export const useMacrosStore = create((set, get) => ({ set({ loading: false }); } }, - } }));