Addressed Staging Freshness Testing & Fixed Page Title, Subtitle, and Icon Missing Issues

This commit is contained in:
2025-11-26 19:37:45 -07:00
parent c5428c06b1
commit f8d0cae7ee
3 changed files with 73 additions and 6 deletions

View File

@@ -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(() => {