mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 00:05:48 -07:00
Addressed Staging Freshness Testing & Fixed Page Title, Subtitle, and Icon Missing Issues
This commit is contained in:
@@ -1092,10 +1092,6 @@ const LOCAL_STORAGE_KEY = "borealis_persistent_state";
|
||||
[navigateTo, setTabs, setActiveTabId]
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
setPageHeader({ title: "", subtitle: "", Icon: null });
|
||||
}, [currentPage]);
|
||||
|
||||
const isAdmin = (String(userRole || '').toLowerCase() === 'admin');
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user