Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
approveComments -> approvedComments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina authored Aug 28, 2023
1 parent 4bee31a commit cd07354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marko-web-identity-x/browser/comments/stream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div v-else-if="error" :class="element('error')">
Unable to load comments: {{ error.message }}
</div>
<div v-else-if="approveComments.length === 0" :class="element('no-posts')">
<div v-else-if="approvedComments.length === 0" :class="element('no-posts')">
{{ noCommentsMessage }}
</div>
<div v-else :class="element('posts')">
Expand Down

0 comments on commit cd07354

Please sign in to comment.