From 7ae1b197d5fba31ee2f36c89d3210e24bfe82908 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 14 Dec 2022 17:38:57 -0600 Subject: [PATCH] Feature-gate event routes --- app/soapbox/features/ui/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/ui/index.tsx b/app/soapbox/features/ui/index.tsx index 865024965..115321a93 100644 --- a/app/soapbox/features/ui/index.tsx +++ b/app/soapbox/features/ui/index.tsx @@ -268,8 +268,8 @@ const SwitchingColumnsArea: React.FC = ({ children }) => { - - + {features.events && } + {features.events && }