From 72d086d292b940419fea6c8ffdb25bf29297ef44 Mon Sep 17 00:00:00 2001 From: Angelillo15 Date: Fri, 4 Aug 2023 20:23:14 +0200 Subject: [PATCH] Added sidebar id to the id list --- resources/scripts/components/Sidebar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/scripts/components/Sidebar.tsx b/resources/scripts/components/Sidebar.tsx index 312b5c2ef..044d7d86f 100644 --- a/resources/scripts/components/Sidebar.tsx +++ b/resources/scripts/components/Sidebar.tsx @@ -8,7 +8,9 @@ type ParentProps = { export default ({ children }: Omit) => { return ( <> -
{children}
+ ); };