fix whitespace

This commit is contained in:
plebeius.eth
2023-09-15 21:26:55 +02:00
parent be89323431
commit ed8968704a
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -750,7 +750,7 @@ const All = () => {
commentMediaInfo?.url.length > 30 ?
commentMediaInfo?.url.slice(0, 30) + "(...)" :
commentMediaInfo?.url
}</a>{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`}
}</a>{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`}
{((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (
<span>
 [
@@ -1457,7 +1457,7 @@ const All = () => {
replyMediaInfo?.url.length > 30 ?
replyMediaInfo?.url.slice(0, 30) + "(...)" :
replyMediaInfo?.url
}</a>{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`}
}</a>{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`}
{ ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (
<span>
 [
+2 -2
View File
@@ -1664,7 +1664,7 @@ const Board = () => {
commentMediaInfo?.url.length > 30 ?
commentMediaInfo?.url.slice(0, 30) + "(...)" :
commentMediaInfo?.url
}</a>{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`}
}</a>{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`}
{((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (
<span>
 [
@@ -2368,7 +2368,7 @@ const Board = () => {
replyMediaInfo?.url.length > 30 ?
replyMediaInfo?.url.slice(0, 30) + "(...)" :
replyMediaInfo?.url
}</a>{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`}
}</a>{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`}
{ ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (
<span>
 [
+2 -2
View File
@@ -758,7 +758,7 @@ const Subscriptions = () => {
commentMediaInfo?.url.length > 30 ?
commentMediaInfo?.url.slice(0, 30) + "(...)" :
commentMediaInfo?.url
}</a>{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`}
}</a>{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`}
{((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (
<span>
 [
@@ -1465,7 +1465,7 @@ const Subscriptions = () => {
replyMediaInfo?.url.length > 30 ?
replyMediaInfo?.url.slice(0, 30) + "(...)" :
replyMediaInfo?.url
}</a>{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`}
}</a>{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`}
{ ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (
<span>
 [
+2 -2
View File
@@ -903,7 +903,7 @@ const Thread = () => {
commentMediaInfo?.url.length > 30 ?
commentMediaInfo?.url.slice(0, 30) + "(...)" :
commentMediaInfo?.url
}</a>{commentMediaInfo?.type === "iframe" ? null : `(${commentMediaInfo?.type})`}
}</a>{commentMediaInfo?.type === "iframe" ? null : ` (${commentMediaInfo?.type})`}
{((isThreadThumbnailClicked[index] && (commentMediaInfo.type === 'iframe' || commentMediaInfo.type === 'video')) || (commentMediaInfo.type === 'iframe' && !commentMediaInfo.thumbnail)) && (
<span>
 [
@@ -1563,7 +1563,7 @@ const Thread = () => {
replyMediaInfo?.url.length > 30 ?
replyMediaInfo?.url.slice(0, 30) + "(...)" :
replyMediaInfo?.url
}</a>{replyMediaInfo?.type === "iframe" ? null : `(${replyMediaInfo?.type})`}
}</a>{replyMediaInfo?.type === "iframe" ? null : ` (${replyMediaInfo?.type})`}
{ ((isReplyThumbnailClicked[index] && (replyMediaInfo.type === 'iframe' || replyMediaInfo.type === 'video')) || (replyMediaInfo.type === 'iframe' && !replyMediaInfo.thumbnail)) && (
<span>
 [