diff --git a/src/App.native.tsx b/src/App.native.tsx index 9214253aca..b780880b3a 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -106,48 +106,51 @@ function InnerApp() { }, [_]) return ( - - - - - - + + + + + + - - {/* LabelDefsProvider MUST come before ModerationOptsProvider */} - - - - - - - - - - - - - - - - - - - - - - - - + + + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + ) } diff --git a/src/App.web.tsx b/src/App.web.tsx index 846d178f99..075ce964a9 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -96,48 +96,50 @@ function InnerApp() { return ( - - - - - - + + + + + + - - {/* LabelDefsProvider MUST come before ModerationOptsProvider */} - - - - - - - - - - - - - - - - - - - - - - - + + + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + ) }