Skip to content

Commit 808a152

Browse files
committed
build project
1 parent c49d4db commit 808a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/admin/dashboard/src/context/app.context.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const useMainContext = (state) => {
150150
activeWidgetFn(mainState.allWidgets, data, dispatch);
151151
},
152152
[mainState.allWidgets]
153-
);
153+
);
154154

155155
const updateActiveGroupWidget = useCallback(
156156
(data) => {

0 commit comments

Comments
 (0)