From 6b2b9767f433808d5c705f666966c5094c2cd9a7 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Fri, 4 Mar 2022 21:38:01 +1100 Subject: [PATCH] Restyle collapsibleSection status --- src/components/generic/Sidebar/CollapsibleSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/generic/Sidebar/CollapsibleSection.tsx b/src/components/generic/Sidebar/CollapsibleSection.tsx index 4eacbdad..7faef5bd 100644 --- a/src/components/generic/Sidebar/CollapsibleSection.tsx +++ b/src/components/generic/Sidebar/CollapsibleSection.tsx @@ -40,12 +40,12 @@ export const CollapsibleSection = ({ {status !== undefined ? ( <> - {icon}
+ {icon} ) : ( <>{icon}