Skip to content
Snippets Groups Projects
Commit 4b00c83a authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix displaying of photo/avatar in header

parent 85b58317
No related branches found
No related tags found
2 merge requests!1123Resolve "Finalise Vuetify app as SPA",!1066Translations update from Weblate
Pipeline #106175 failed
......@@ -96,7 +96,8 @@
<img
v-if="
systemProperties.sitePreferences.accountPersonPreferPhoto &&
whoAmI.photo
whoAmI.photo &&
whoAmI.photo.url
"
:src="whoAmI.photo.url"
:alt="whoAmI.fullName"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment