From 87c30ed34eb7c51da9b6d051e2989c2213644595 Mon Sep 17 00:00:00 2001 From: zaultavangar Date: Sun, 17 Dec 2023 20:16:01 -0500 Subject: adding some unsaved code from CollectionCalendarView --- src/client/views/collections/CollectionCalendarView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionCalendarView.tsx b/src/client/views/collections/CollectionCalendarView.tsx index f94d05c61..f28154486 100644 --- a/src/client/views/collections/CollectionCalendarView.tsx +++ b/src/client/views/collections/CollectionCalendarView.tsx @@ -46,11 +46,11 @@ export class CollectionCalendarView extends CollectionSubView(){ _stackRef = React.createRef(); panelHeight = () => { - return 0; // a standard height for all calendars; TODO: change + return 0; // TODO: change } panelWidth = () => { - return 0; //a standard width for all calendars; TODO: change + return 0; // TODO: change } // most recent calendar should come first @@ -96,8 +96,8 @@ export class CollectionCalendarView extends CollectionSubView(){