From f86dadcc77d5e9593f4dad37ed10a63405318e3e Mon Sep 17 00:00:00 2001 From: seo0o519 Date: Thu, 23 May 2024 23:31:51 +0900 Subject: [PATCH] Chore: modify component name #84 --- src/components/common/TripCalendar.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/common/TripCalendar.js b/src/components/common/TripCalendar.js index e91334d..2d1c277 100644 --- a/src/components/common/TripCalendar.js +++ b/src/components/common/TripCalendar.js @@ -100,11 +100,11 @@ const TripCalendar = ({ diaryInfo }) => { tileContent={tileContent} tileClassName={tileClassName} /> - - + } /> - + ); }; @@ -220,9 +220,3 @@ const CalendarWrapper = styled.div` justify-content: center; padding-bottom: 6rem; `; - -const StyledDrawer = styled(Drawer)` -`; - -const StyledDiaryModal = styled(DiaryModal)` -`;