From fec46cfa86e4e292c7efa8b7668583e60c6e4028 Mon Sep 17 00:00:00 2001 From: plebeius Date: Fri, 9 Jan 2026 17:34:47 +0100 Subject: [PATCH] Update app.tsx --- src/app.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index 52db00d2..d5e60359 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -90,8 +90,7 @@ const BoardLayout = () => { ) - : (subplebbitAddress || isInAllView || isInModView || isInSubscriptionsView || pendingPost?.subplebbitAddress) && - !isOnModQueueRoute && ( + : (subplebbitAddress || isInAllView || isInModView || isInSubscriptionsView || pendingPost?.subplebbitAddress) && ( <> {!(isInAllView || isInSubscriptionsView || isInModView) && !isOnModQueueRoute && }