fix: status preview card npe (#3184)
This commit is contained in:
parent
cfe81eef82
commit
efe0a81787
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue