From ed8968704a9cecaa3fec6a08d28647881a5b7b24 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Fri, 15 Sep 2023 21:26:55 +0200 Subject: [PATCH] fix whitespace --- src/components/views/All.jsx | 4 ++-- src/components/views/Board.jsx | 4 ++-- src/components/views/Subscriptions.jsx | 4 ++-- src/components/views/Thread.jsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/views/All.jsx b/src/components/views/All.jsx index c60f510b..00a605ec 100755 --- a/src/components/views/All.jsx +++ b/src/components/views/All.jsx @@ -750,7 +750,7 @@ const All = () => { commentMediaInfo?.url.length > 30 ? commentMediaInfo?.url.slice(0, 30) + "(...)" : commentMediaInfo?.url - }{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`} + }{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`} {((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (  [ @@ -1457,7 +1457,7 @@ const All = () => { replyMediaInfo?.url.length > 30 ? replyMediaInfo?.url.slice(0, 30) + "(...)" : replyMediaInfo?.url - }{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`} + }{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`} { ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (  [ diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx index e6644b1d..7abefaff 100755 --- a/src/components/views/Board.jsx +++ b/src/components/views/Board.jsx @@ -1664,7 +1664,7 @@ const Board = () => { commentMediaInfo?.url.length > 30 ? commentMediaInfo?.url.slice(0, 30) + "(...)" : commentMediaInfo?.url - }{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`} + }{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`} {((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (  [ @@ -2368,7 +2368,7 @@ const Board = () => { replyMediaInfo?.url.length > 30 ? replyMediaInfo?.url.slice(0, 30) + "(...)" : replyMediaInfo?.url - }{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`} + }{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`} { ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (  [ diff --git a/src/components/views/Subscriptions.jsx b/src/components/views/Subscriptions.jsx index 4e1e46fe..3184702e 100755 --- a/src/components/views/Subscriptions.jsx +++ b/src/components/views/Subscriptions.jsx @@ -758,7 +758,7 @@ const Subscriptions = () => { commentMediaInfo?.url.length > 30 ? commentMediaInfo?.url.slice(0, 30) + "(...)" : commentMediaInfo?.url - }{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`} + }{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`} {((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (  [ @@ -1465,7 +1465,7 @@ const Subscriptions = () => { replyMediaInfo?.url.length > 30 ? replyMediaInfo?.url.slice(0, 30) + "(...)" : replyMediaInfo?.url - }{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`} + }{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`} { ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (  [ diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx index 45f60aec..e1f9fa8b 100755 --- a/src/components/views/Thread.jsx +++ b/src/components/views/Thread.jsx @@ -903,7 +903,7 @@ const Thread = () => { commentMediaInfo?.url.length > 30 ? commentMediaInfo?.url.slice(0, 30) + "(...)" : commentMediaInfo?.url - }{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`} + }{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`} {((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (  [ @@ -1563,7 +1563,7 @@ const Thread = () => { replyMediaInfo?.url.length > 30 ? replyMediaInfo?.url.slice(0, 30) + "(...)" : replyMediaInfo?.url - }{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`} + }{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`} { ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (  [