From a0e79168b28df0e7558b61f5ca8e507682038c60 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Fri, 20 Feb 2026 10:25:30 +0700 Subject: [PATCH] refactor(FE): Refactor setClosingLoading to use single-line syntax --- .../slices/project-flock-closing.slice.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stores/production/project-flock-closing/slices/project-flock-closing.slice.ts b/src/stores/production/project-flock-closing/slices/project-flock-closing.slice.ts index faff8816..ccffd387 100644 --- a/src/stores/production/project-flock-closing/slices/project-flock-closing.slice.ts +++ b/src/stores/production/project-flock-closing/slices/project-flock-closing.slice.ts @@ -55,8 +55,7 @@ export const createProjectFlockClosingSlice: StateCreator< closingCallback: null, }), - setClosingLoading: (loading) => - set({ isClosingLoading: loading }), + setClosingLoading: (loading) => set({ isClosingLoading: loading }), resetClosing: () => set({