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" />
|
<StatusPreviewCardInfo :p="isSquare ? 'x-4' : '4'" :root="root" :card="card" :provider="providerName" />
|
||||||
</div>
|
</div>
|
||||||
<StatusPreviewCardMoreFromAuthor
|
<StatusPreviewCardMoreFromAuthor
|
||||||
v-if="card?.authors?.[0].account"
|
v-if="card?.authors?.[0]?.account"
|
||||||
:account="card.authors[0].account"
|
:account="card.authors[0].account"
|
||||||
/>
|
/>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue