fix: don't show subplebbit stats in multiboard feeds

This commit is contained in:
Tom (plebeius.eth)
2024-06-08 12:17:43 +02:00
parent a7c7464077
commit c83169ea12
+1 -1
View File
@@ -47,7 +47,7 @@ const BoardLayout = () => {
: (subplebbitAddress || isInAllView || isInSubscriptionsView) && (
<>
<PostForm key={key} />
<SubplebbitStats />
{!(isInAllView || isInSubscriptionsView) && <SubplebbitStats />}
<DesktopBoardButtons />
</>
)}