Settings refactor.
This commit is contained in:
@@ -13,6 +13,11 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
|
||||
const { pathname } = useNavigation();
|
||||
|
||||
const items = [
|
||||
{
|
||||
id: 'preferences',
|
||||
label: formatMessage(labels.preferences),
|
||||
url: '/settings/preferences',
|
||||
},
|
||||
{
|
||||
id: 'profile',
|
||||
label: formatMessage(labels.profile),
|
||||
|
||||
Reference in New Issue
Block a user