diff --git a/src/components/comment/CommentsPopup.tsx b/src/components/comment/CommentsPopup.tsx index 6af8697..014a1bf 100644 --- a/src/components/comment/CommentsPopup.tsx +++ b/src/components/comment/CommentsPopup.tsx @@ -451,7 +451,7 @@ export const CommentsPopup = ({ title }: CommentsPopupProps) => { - {commentEvents.length > 0 && ( + {commentEvents.length + quoteRepostEvents.length > 0 && ( <>
+ There are no{' '} + {showQuoteReposts ? 'quote-reposts' : 'replies'} to show +
+