Skip to content

Commit

Permalink
fix: status preview card npe
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored and shuuji3 committed Feb 4, 2025
1 parent 06a282e commit 9dba128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusPreviewCardNormal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9dba128

Please sign in to comment.