diff --git a/components/calender/CalenderNav.tsx b/components/calender/CalenderNav.tsx index 82b7220..a73e63a 100644 --- a/components/calender/CalenderNav.tsx +++ b/components/calender/CalenderNav.tsx @@ -34,13 +34,6 @@ const CalenderNav = (): JSX.Element => { } }; - /** - * TODO: Add logic to remove the nav buttons. - * Do not show next button for current month. - * Do not show prev when there is nothing left to see in the past. - * (Creation date of a chart) - */ - return ( { const currDate = new Date(); // Current date. const startDate = startOfMonth(currDate); // Will eventually be the creation date of the account or the creation date of the oldest chart within the account. Whichever is older.