use searchresult property photo_url

This commit is contained in:
Harald Bamberger
2022-07-11 16:15:48 +02:00
parent 5896a75a44
commit 17322283f5
+1 -1
View File
@@ -14,7 +14,7 @@ export default {
<div class="searchbar_grid">
<div class="searchbar_icon">
<action :res="this.res" :action="this.actions.defaultaction" @actionexecuted="$emit('actionexecuted')">
<img v-if="(typeof res.foto !== 'undefined') && (res.foto !== null)" :src="res.foto"
<img v-if="(typeof res.photo_url !== 'undefined') && (res.photo_url !== null)" :src="res.photo_url"
class="rounded-circle" height="100" />
<i v-else class="fas fa-user-circle fa-5x"></i>
</action>