From c5fc6219e1540e1fb889d8bedc7296190103a56b Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Tue, 19 Mar 2024 18:52:14 -0500 Subject: [PATCH] fix: idk why that comment was there (#177) * fix: idk why that doc was there * Update Calendar.tsx * Update Calendar.tsx --- src/views/components/calendar/Calendar/Calendar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/components/calendar/Calendar/Calendar.tsx b/src/views/components/calendar/Calendar/Calendar.tsx index d1aa7de0..d49fd18b 100644 --- a/src/views/components/calendar/Calendar/Calendar.tsx +++ b/src/views/components/calendar/Calendar/Calendar.tsx @@ -15,8 +15,7 @@ import CalendarFooter from '../CalendarFooter'; import TeamLinks from '../TeamLinks'; /** - * A reusable chip component that follows the design system of the extension. - * @returns + * Calendar page component */ export default function Calendar(): JSX.Element { const calendarRef = useRef(null);