diff --git a/src/components/NoteContent/NoteContent.js b/src/components/NoteContent/NoteContent.js index 97511152b..b86c9fb15 100644 --- a/src/components/NoteContent/NoteContent.js +++ b/src/components/NoteContent/NoteContent.js @@ -143,9 +143,9 @@ const NoteContent = ({ annotation, isEditing, setIsEditing, noteIndex, setIsRepl {!isReply &&
{numberOfReplies > 0 && -
-
{formatNumberOfReplies}
-
} +
+
{formatNumberOfReplies}
+
}
}