tweaks
This commit is contained in:
parent
5c4bcdf131
commit
02746ec170
2 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@
|
|||
<q-item-section avatar>
|
||||
<q-avatar>
|
||||
<img
|
||||
v-if="profiles.get(pub) && profiles.get(pub).picture"
|
||||
v-if="profiles.get(pub) && profiles.get(pub)?.picture"
|
||||
:src="profiles.get(pub).picture"
|
||||
/>
|
||||
<img
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
</q-item-section>
|
||||
<q-item-section>
|
||||
<q-item-label
|
||||
v-if="profiles.get(pub) && profiles.get(pub).name"
|
||||
v-if="profiles.get(pub) && profiles.get(pub)?.name"
|
||||
>{{ profiles.get(pub).name }}</q-item-label
|
||||
>
|
||||
<q-item-label v-else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue