From a8a18671aada71fd3ee77cccf60a237450db489e Mon Sep 17 00:00:00 2001 From: chaem03 Date: Mon, 5 Aug 2024 20:24:06 +0900 Subject: [PATCH] =?UTF-8?q?Test:=20=EB=9E=9C=EB=8D=A4=EC=A3=BC=EC=82=AC?= =?UTF-8?q?=EC=9C=84=20=EB=B2=84=ED=8A=BC=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DateRangeCalendar/DateRangeCalendar.jsx | 5 ----- src/components/mainRoutineBox/MainRoutineBox.jsx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/DateRangeCalendar/DateRangeCalendar.jsx b/src/components/DateRangeCalendar/DateRangeCalendar.jsx index 870ed522..729cecd5 100644 --- a/src/components/DateRangeCalendar/DateRangeCalendar.jsx +++ b/src/components/DateRangeCalendar/DateRangeCalendar.jsx @@ -130,11 +130,6 @@ const DateRangeCalendar = () => { } else { console.log("No date selected"); } - - setSelectedStartDate(formattedStartDate); - setSelectedEndDate(formattedEndDate); - setIsCalendarVisible(false); - setIsCheckVisible(true); }; return ( diff --git a/src/components/mainRoutineBox/MainRoutineBox.jsx b/src/components/mainRoutineBox/MainRoutineBox.jsx index f119754a..a774ba86 100644 --- a/src/components/mainRoutineBox/MainRoutineBox.jsx +++ b/src/components/mainRoutineBox/MainRoutineBox.jsx @@ -34,7 +34,7 @@ function MainRoutineBox({ {contentArray.map((line, index) => ( -
{line.trim()}
+
‣{line.trim()}
))}