diff --git a/frontend/src/containers/MetricsStep/index.tsx b/frontend/src/containers/MetricsStep/index.tsx index a4e3e2c0a2..4fbf594b08 100644 --- a/frontend/src/containers/MetricsStep/index.tsx +++ b/frontend/src/containers/MetricsStep/index.tsx @@ -66,10 +66,6 @@ const MetricsStep = ({ closeAllNotifications }: useNotificationLayoutEffectInter getInfo(); }, []); - useLayoutEffect(() => { - getInfo(); - }, []); - return ( <> {startDate && endDate && ( diff --git a/frontend/src/hooks/useGetBoardInfo.ts b/frontend/src/hooks/useGetBoardInfo.ts index 9091f2f519..1b4d6f9eff 100644 --- a/frontend/src/hooks/useGetBoardInfo.ts +++ b/frontend/src/hooks/useGetBoardInfo.ts @@ -1,4 +1,7 @@ +<<<<<<< HEAD /* istanbul ignore file */ +======= +>>>>>>> 3905e1fa ([kai.zhou][adm-718]: chroe: format code) import { BOARD_CONFIG_INFO_ERROR, BOARD_CONFIG_INFO_TITLE } from '@src/constants/resources'; import { boardInfoClient } from '@src/clients/board/BoardInfoClient'; import { BoardInfoRequestDTO } from '@src/clients/board/dto/request';