fix thumbnail performance

This commit is contained in:
Tom (plebeius.eth)
2024-11-21 17:23:14 +01:00
parent fd8b3ea2e9
commit ab85514e9a
3 changed files with 45 additions and 24 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ const PostPage = () => {
)}
{/* TODO: remove this replyCount error once api supports scrolling replies pages */}
{replyCount > 60 && <span className={styles.error}>Error: this thread has too many replies, some of them cannot be displayed right now.</span>}
{error && <span className={styles.error}>Error: {error?.message || error}</span>}
{error && <span className={styles.error}>Error: {error?.message || error?.toString?.()}</span>}
{isInDescriptionView ? (
<SubplebbitDescription
avatarUrl={suggested?.avatarUrl}