fix: make account settings pane first

This commit is contained in:
Mo Bitar
2021-11-09 16:43:28 -06:00
parent 4b21083229
commit 0d5e348523
2 changed files with 2 additions and 3 deletions

View File

@@ -45,8 +45,8 @@ const PREFERENCES_MENU_ITEMS: PreferencesMenuItem[] = [
];
const READY_PREFERENCES_MENU_ITEMS: PreferencesMenuItem[] = [
{ id: 'general', label: 'General', icon: 'settings' },
{ id: 'account', label: 'Account', icon: 'user' },
{ id: 'general', label: 'General', icon: 'settings' },
{ id: 'security', label: 'Security', icon: 'security' },
{ id: 'listed', label: 'Listed', icon: 'listed' },
{ id: 'help-feedback', label: 'Help & feedback', icon: 'help' },

View File

@@ -3,8 +3,7 @@ import {
SubscriptionWrapper,
Credentials,
SignOutWrapper,
Authentication,
Advanced
Authentication
} from '@/preferences/panes/account';
import { PreferencesPane } from '@/preferences/components';
import { observer } from 'mobx-react-lite';