SHA256
feat(profile): разделить просмотр и редактирование профиля
This commit is contained in:
@@ -88,6 +88,7 @@ export function navigate(path) {
|
||||
export function resolveToolbarActive(pageId) {
|
||||
if (ROOT_PAGES.includes(pageId)) return pageId;
|
||||
if (
|
||||
pageId === 'profile-edit-view' ||
|
||||
pageId === 'wallet-view' ||
|
||||
pageId === 'settings-view' ||
|
||||
pageId === 'server-settings-view' ||
|
||||
|
||||
Reference in New Issue
Block a user