There was an error while loading. Please reload this page.
1 parent 8837bf9 commit 267d933Copy full SHA for 267d933
1 file changed
src/hooks/identification.jsx
@@ -20,7 +20,7 @@ const useIdentification = () => {
20
team.members.find((member) => !member.nic) &&
21
!open
22
) {
23
- // store.dispatch(toggleIdentificationForm(true));
+ store.dispatch(toggleIdentificationForm(true));
24
}
25
}, [settings, team]);
26
};
0 commit comments