Skip to content

Commit

Permalink
[FE] FIX: 프로필 페이지에서 알림 카드 제거 #1447
Browse files Browse the repository at this point in the history
  • Loading branch information
junyoung2015 committed Nov 27, 2023
1 parent c97dde5 commit e9c9f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const ProfilePage = () => {
unbannedAt={myInfo.unbannedAt}
/>
<ThemeColorCardContainer />
<NotificationCardContainer />
</CardGridWrapper>
)}
</>
Expand Down

0 comments on commit e9c9f0b

Please sign in to comment.