From 885c0105f32988cf6af70ea5df2cae2164620ae6 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Wed, 10 Sep 2025 19:36:39 +1200 Subject: [PATCH] Update adminPage key --- client/admin/admin.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/admin/admin.jsx b/client/admin/admin.jsx index 15ca430e0..787c2a3eb 100644 --- a/client/admin/admin.jsx +++ b/client/admin/admin.jsx @@ -7,7 +7,7 @@ import LockTools from './lockTools/lockTools.jsx'; const tabGroups = ['brew', 'notifications', 'authors', 'locks']; -const ADMIN_TAB = 'hbAdminTab'; +const ADMIN_TAB = 'HB_adminPage_currentTab'; const Admin = ()=>{ const [currentTab, setCurrentTab] = useState('');