From a7001213f8cd56d5e194064620d2cf5a39aa5496 Mon Sep 17 00:00:00 2001 From: rusconn Date: Wed, 10 May 2023 22:40:52 +0000 Subject: [PATCH] fix: prevent hydration error of settings link --- src/components/layout/Drawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Drawer.tsx b/src/components/layout/Drawer.tsx index 9f803ea..4cd222f 100644 --- a/src/components/layout/Drawer.tsx +++ b/src/components/layout/Drawer.tsx @@ -49,7 +49,7 @@ const StyledComponent = ({ toolGroups }: Props) => ( ))} - } title="Settings" href="settings" disabled /> + } title="Settings" href="/settings" disabled />