Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(comment): include empty message from loading
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 14, 2022
1 parent 42fd2dc commit fd1f530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/comment/multiviewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
class="viewer"
@archive="archiveComment"
@restore="restoreComment"/>
<p v-if="hasNoComments">
There are no comments found.
</p>
<Suspensible :is-loaded="isLoaded">
<p v-if="hasNoComments">
There are no comments found.
</p>
<div v-if="hasRemainingComments" class="load-others">
<button
class="load-btn btn btn-secondary"
Expand Down

0 comments on commit fd1f530

Please sign in to comment.