mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix: don't show subplebbit stats in multiboard feeds
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ const BoardLayout = () => {
|
||||
: (subplebbitAddress || isInAllView || isInSubscriptionsView) && (
|
||||
<>
|
||||
<PostForm key={key} />
|
||||
<SubplebbitStats />
|
||||
{!(isInAllView || isInSubscriptionsView) && <SubplebbitStats />}
|
||||
<DesktopBoardButtons />
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user