Skip to content

Commit

Permalink
remove: 필요없는 코드 삭제 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
seueooo committed Nov 4, 2024
1 parent 0f7e87e commit 969703e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { useNavigate } from 'react-router-dom';

import { useQueryClient } from '@tanstack/react-query';

import FriendsModalContents from '@/shared/components/ModalContents/FriendsModalContents';
import ModalWrapper, { ModalWrapperRef } from '@/shared/components/ModalWrapper';

import {
Expand Down Expand Up @@ -255,7 +254,7 @@ const HomePage = () => {
</section>
</div>
<ModalWrapper ref={modalRef} backdrop={true}>
<FriendsModalContents />
<ModalAddCategory handleCloseModal={handleCloseModal} />
</ModalWrapper>
</HomePageWrapper>
);
Expand Down

0 comments on commit 969703e

Please sign in to comment.