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 authored and SimonTal committed Jan 30, 2024
1 parent dafc760 commit 64c7f53
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 @@ -63,10 +63,6 @@ const MetricsStep = () => {
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 64c7f53

Please sign in to comment.