Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b393611d6 |
@@ -66,7 +66,7 @@ export const UserMenu: FC<Props> = ({
|
||||
arr.push({
|
||||
key: "settings",
|
||||
icon: SettingsIcon,
|
||||
label: "common.settings",
|
||||
label: t("common.settings"),
|
||||
});
|
||||
|
||||
if (isPasswordlessUser && !preventNavigation) {
|
||||
|
||||
Reference in New Issue
Block a user