|
|
@@ -25,7 +25,7 @@ const Profile: React.FC<Props> = ({ avatarImageSrc, profileName }) => { |
|
|
setProfileMenuAnchorEl(undefined); |
|
|
setProfileMenuAnchorEl(undefined); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const { t } = useTranslation("login"); |
|
|
|
|
|
|
|
|
const { t } = useTranslation("common"); |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<> |
|
|
<> |
|
|
|