Skip to content

Commit

Permalink
[kai.zhou][adm-718]: chroe: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Zhou committed Jan 24, 2024
1 parent 778b94e commit ab314f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/containers/MetricsStep/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ const MetricsStep = ({ closeAllNotifications }: useNotificationLayoutEffectInter
getInfo();
}, []);

useLayoutEffect(() => {
getInfo();
}, []);

return (
<>
{startDate && endDate && (
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/hooks/useGetBoardInfo.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit ab314f8

Please sign in to comment.