Skip to content

Commit

Permalink
fix: 필요없는 코드 삭제 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
seueooo committed Dec 5, 2024
1 parent 39c7df0 commit 5b85c9e
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 @@ -30,7 +30,6 @@ import LargePlusIcon from '@/shared/assets/svgs/large_plus.svg?react';
import { ROUTES_CONFIG } from '@/router/routesConfig';

import HomePageWrapper from '@/components/templates/HomePageWrapper';
import ModalContentsAlerts from '@/pages/HomePage/components/ModalContents/Setting/ModalContentsAlert';

import ButtonSVG from '../../shared/components/ButtonSVG';
import BoxCategory from './components/BoxCategory';
Expand Down Expand Up @@ -269,7 +268,7 @@ const HomePage = () => {
</section>
</div>
<ModalWrapper ref={categoryModalRef} backdrop={true}>
<ModalContentsAlerts variant="delete-account" />
<ModalContentsCategory handleCloseModal={handleCloseModal} />
</ModalWrapper>

<ModalWrapper ref={friendsModalRef} backdrop={true}>
Expand Down

0 comments on commit 5b85c9e

Please sign in to comment.