Browse Source

메인 에러 수정

pull/2/head
junh_eee(이준희) 10 months ago
parent
commit
552573e4ab
  1. 2
      src/containers/main/dash/MainDashContainer.js

2
src/containers/main/dash/MainDashContainer.js

@ -43,7 +43,7 @@ export const MainDashContainer = () => {
useEffect(() => { useEffect(() => {
handlerDronOperationList( handlerDronOperationList(
user?.authId === 'SUPER' ? 'all' : user.cptAuthCode user?.authId === 'SUPER' ? 'all' : user?.cptAuthCode
); );
}, [user]); }, [user]);

Loading…
Cancel
Save