Move "About" outside "Settings" in regard to routing
Is already not part of the settings anymore, however, the route was never updated
This commit is contained in:
@@ -88,7 +88,7 @@ export const ServerUpdateChecker = () => {
|
||||
return null;
|
||||
}
|
||||
|
||||
const isAboutPage = window.location.pathname === AppRoutes.settings.childRoutes.about.path;
|
||||
const isAboutPage = window.location.pathname === AppRoutes.about.path;
|
||||
if (isAboutPage) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user