Skip to content

Commit

Permalink
fix(VPLCollectionItem): check if authors is defined (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Mar 28, 2024
1 parent 6ce1a5a commit ae1f09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/VPLCollectionItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="attribution">
<div class="authors">
<div
v-if="page.authors.length > 0"
v-if="page.authors && page.authors.length > 0"
class="avatars"
>
<Author
Expand Down

0 comments on commit ae1f09c

Please sign in to comment.