fix: Clicking 'profile' option from account menu routes to blank screen
This commit is contained in:
@@ -31,7 +31,7 @@ export function organizationSettingsPath(): string {
|
||||
}
|
||||
|
||||
export function profileSettingsPath(): string {
|
||||
return "/settings/profile";
|
||||
return "/settings";
|
||||
}
|
||||
|
||||
export function groupSettingsPath(): string {
|
||||
|
||||
Reference in New Issue
Block a user