fix eslint

This commit is contained in:
Tom (plebeius.eth)
2024-09-15 21:38:16 +02:00
parent b363c27108
commit 7497daa4d0
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ const Board = () => {
!feed.some((post) => post.cid === cid)
);
}),
[accountComments, subplebbitAddress, feed],
[accountComments, subplebbitAddress, feed, hideThreadsWithoutImages],
);
// show newest account comment at the top of the feed but after pinned posts