From 2e3718e5487cde888edab316e8d0d357cb82ae57 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 29 Jun 2022 10:14:04 -0500 Subject: [PATCH] Make /search a non-public route --- app/soapbox/features/ui/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/ui/index.tsx b/app/soapbox/features/ui/index.tsx index 8cf66b530..8cd5218d6 100644 --- a/app/soapbox/features/ui/index.tsx +++ b/app/soapbox/features/ui/index.tsx @@ -257,7 +257,7 @@ const SwitchingColumnsArea: React.FC = ({ children }) => { - + {features.suggestions && } {features.profileDirectory && }