From 3a5813fbf5f2bc857d8c1e65b70103f34cde6e17 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 11 Jul 2022 15:23:20 +0200 Subject: [PATCH] Fixed bug for darkmode - Fixed a bug for darkmode not being loaded properly --- apps/comments-ui/src/components/CommentsBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/components/CommentsBox.js b/apps/comments-ui/src/components/CommentsBox.js index 4041d0ea3a..3ca7511a6d 100644 --- a/apps/comments-ui/src/components/CommentsBox.js +++ b/apps/comments-ui/src/components/CommentsBox.js @@ -50,7 +50,7 @@ const CommentsBox = (props) => { }; return ( -
+
{commentsElements}