From a662bb6718e094022d4c3fa8fe222064bda697ae Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Tue, 2 Jul 2024 16:01:17 +0200 Subject: [PATCH] fix(topbar): time filter would redirect to board home on mobile --- src/components/topbar/topbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/topbar/topbar.tsx b/src/components/topbar/topbar.tsx index 3e02f6b5..aa4a138d 100644 --- a/src/components/topbar/topbar.tsx +++ b/src/components/topbar/topbar.tsx @@ -169,7 +169,7 @@ const TopBarMobile = ({ subplebbitAddress }: { subplebbitAddress: string }) => { {t('board')} {boardSelect} {(isInAllView || isInSubscriptionsView) && ( - + )}