From 20b9ff31491017f71400741657c00cbfa83954bd Mon Sep 17 00:00:00 2001 From: Shiva Date: Mon, 13 Nov 2023 16:28:43 +0530 Subject: [PATCH] fixed delete btn postion in desktop view --- src/components/CommentSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommentSection.tsx b/src/components/CommentSection.tsx index 88d36e7..36adecf 100644 --- a/src/components/CommentSection.tsx +++ b/src/components/CommentSection.tsx @@ -130,7 +130,7 @@ const CommentSection = ({ streamId }: props) => { Be the first to comment ) : ( -
+
{commentData.map((comment: comment) => (
{userData[comment.userId] && Profile}