kopia lustrzana https://github.com/elk-zone/elk
fix: status preview card npe (#3184)
rodzic
cfe81eef82
commit
efe0a81787
|
@ -109,7 +109,7 @@ function loadAttachment() {
|
|||
<StatusPreviewCardInfo :p="isSquare ? 'x-4' : '4'" :root="root" :card="card" :provider="providerName" />
|
||||
</div>
|
||||
<StatusPreviewCardMoreFromAuthor
|
||||
v-if="card?.authors?.[0].account"
|
||||
v-if="card?.authors?.[0]?.account"
|
||||
:account="card.authors[0].account"
|
||||
/>
|
||||
</NuxtLink>
|
||||
|
|
Ładowanie…
Reference in New Issue