From d26712886e1e09b6fd76698d03b6baadc39ed37b Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Wed, 19 Jan 2022 14:23:44 +0100 Subject: [PATCH] Add hint to generate mail button --- sidebar/sidebar.tsx | 86 +++++++++++++++++++++++++-------------------- 1 file changed, 47 insertions(+), 39 deletions(-) diff --git a/sidebar/sidebar.tsx b/sidebar/sidebar.tsx index 710129a..2104703 100644 --- a/sidebar/sidebar.tsx +++ b/sidebar/sidebar.tsx @@ -58,7 +58,6 @@ const Sidebar = () => { return setMarksOccurrence(false); }, [counter, origin]); - return ( {/*
@@ -93,13 +92,17 @@ const Sidebar = () => {
@@ -165,7 +173,7 @@ const Sidebar = () => { )}
-
Footer marks → {JSON.stringify(marksOccurrence)}
+ {/* */} ); };