Fix predefined path
This commit is contained in:
@@ -111,7 +111,7 @@ const UserImageDialog: FC<Props> = ({ user, open, onClose }) => {
|
||||
formState.image
|
||||
? URL.createObjectURL(formState.image)
|
||||
: formState.predefined
|
||||
? `profilbilder/default/${formState.predefined}.svg`
|
||||
? `storage/profilbilder/default/${formState.predefined}.svg`
|
||||
: `${user.image}`
|
||||
}
|
||||
sx={{ width: '100px', height: '100px' }}
|
||||
|
||||
Reference in New Issue
Block a user