From c60e8d0772d93fb3b0eca00b5fb1de9e110df320 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 30 Aug 2024 12:26:40 -0500 Subject: Composer blocks (#5040) * Move i18n provider up the stack * Protect composer opening for a blocked post * Protect ctrls from interacting with blocked user --- src/App.web.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/App.web.tsx') diff --git a/src/App.web.tsx b/src/App.web.tsx index fa1fba031..88fd80248 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -151,29 +151,29 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + ) } -- cgit 1.4.1