From 5c82d8221720307bd29686478ac6683c8a916442 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 9 Sep 2023 21:22:50 +0200 Subject: [PATCH] remove embed dash --- src/components/views/Board.jsx | 4 ++-- src/components/views/Thread.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx index e4f25ca7..bf3a0cef 100755 --- a/src/components/views/Board.jsx +++ b/src/components/views/Board.jsx @@ -1419,7 +1419,7 @@ const Board = () => { } {commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`} { (isThreadThumbnailClicked[index] || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && ( - -[ + [ {handleThumbnailClick(index, 'thread')}}> @@ -2123,7 +2123,7 @@ const Board = () => { } {replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`} { (isReplyThumbnailClicked[index] || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && ( - -[ + [ {handleThumbnailClick(index, 'reply')}}> diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx index 4743836e..dae8b86d 100755 --- a/src/components/views/Thread.jsx +++ b/src/components/views/Thread.jsx @@ -876,7 +876,7 @@ const Thread = () => { } {commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`} { (isThreadThumbnailClicked[index] || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && ( - -[ + [ {handleThumbnailClick(index, 'thread')}}> @@ -1536,7 +1536,7 @@ const Thread = () => { } {replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`} { (isReplyThumbnailClicked[index] || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && ( - -[ + [ {handleThumbnailClick(index, 'reply')}}>