diff --git a/src/components/common/Comment.tsx b/src/components/common/Comment.tsx index 691a543f..aafbd19a 100644 --- a/src/components/common/Comment.tsx +++ b/src/components/common/Comment.tsx @@ -16,7 +16,10 @@ export const Comment: React.FC<{ const { t } = useTranslation("common") return ( -
+
{comments.isLoading diff --git a/src/components/common/CommentItem.tsx b/src/components/common/CommentItem.tsx index 61edcb2a..cec6d9b1 100644 --- a/src/components/common/CommentItem.tsx +++ b/src/components/common/CommentItem.tsx @@ -58,7 +58,7 @@ export const CommentItem: React.FC<{
-
+