Skip to content

Commit

Permalink
fix: idk why that comment was there (#177)
Browse files Browse the repository at this point in the history
* fix: idk why that doc was there

* Update Calendar.tsx

* Update Calendar.tsx
  • Loading branch information
DereC4 authored Mar 19, 2024
1 parent ba2bc60 commit c5fc621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/components/calendar/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLDivElement>(null);
Expand Down

0 comments on commit c5fc621

Please sign in to comment.