From c83169ea1276c58d26dff33c32f24642c61b1464 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 8 Jun 2024 12:17:43 +0200 Subject: [PATCH] fix: don't show subplebbit stats in multiboard feeds --- src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index adde20d4..4bc0d54e 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -47,7 +47,7 @@ const BoardLayout = () => { : (subplebbitAddress || isInAllView || isInSubscriptionsView) && ( <> - + {!(isInAllView || isInSubscriptionsView) && } )}