chore: change styles and add Api for user profile
This commit is contained in:
@@ -23,7 +23,7 @@ export function InfoRowDisplay({
|
||||
uploadedImageUrl,
|
||||
initials,
|
||||
}: InfoRowDisplayProps) {
|
||||
const { t } = useTranslation('profileSetting');
|
||||
const { t } = useTranslation('setting');
|
||||
const displayValue = (value: string) =>
|
||||
value?.trim() || t('settingForm.notDetermined');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user