From 05a4db5115cb7bc5f6fc73c43074a2fb25cdbbf0 Mon Sep 17 00:00:00 2001 From: philon- Date: Sun, 4 May 2025 21:28:47 +0200 Subject: [PATCH] Fix config sidebar button state (#602) --- src/pages/Config/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Config/index.tsx b/src/pages/Config/index.tsx index 1711230c..1a81f0c3 100644 --- a/src/pages/Config/index.tsx +++ b/src/pages/Config/index.tsx @@ -86,7 +86,7 @@ const ConfigPage = () => { ), - [], + [activeConfigSection], ); return (