0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Update adminPage key

This commit is contained in:
G.Ambatte
2025-09-10 19:36:39 +12:00
parent 52486495c8
commit 885c0105f3

View File

@@ -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('');