From b2c76a8471f4fa688f58be0fec71ad6ddbb3662e Mon Sep 17 00:00:00 2001 From: mrfry Date: Sun, 2 Apr 2023 09:25:21 +0200 Subject: [PATCH] chat fix --- src/components/comments.js | 4 ++-- src/components/comments.module.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/comments.js b/src/components/comments.js index c43c503..463a15f 100644 --- a/src/components/comments.js +++ b/src/components/comments.js @@ -76,8 +76,8 @@ function Comment({ comment, index, onComment, onDelete, onReact, uid }) { : dateObj.toLocaleTimeString()} -
-
{content}
+
+
{content}