From d2abcf24d156ee43b3c1c3714a6321bd251d485f Mon Sep 17 00:00:00 2001 From: Eli Date: Mon, 10 May 2021 09:47:34 +0200 Subject: [PATCH] removed the localStorage thing again. If this is to be used I need to add a compare-function to make sure that new events are added to the local storage. --- .../src/webparts/calendar/components/Calendar.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/samples/react-calendar/src/webparts/calendar/components/Calendar.tsx b/samples/react-calendar/src/webparts/calendar/components/Calendar.tsx index 52151075a..1bb4a50fa 100644 --- a/samples/react-calendar/src/webparts/calendar/components/Calendar.tsx +++ b/samples/react-calendar/src/webparts/calendar/components/Calendar.tsx @@ -123,16 +123,9 @@ export default class Calendar extends React.Component