From d3fafdc066f5b305b1d8838f040593fd744d30a6 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 1 May 2024 15:59:19 -0700 Subject: Fix: put label defs provider above moderation opts provider (#3806) --- src/App.native.tsx | 9 +++++---- src/App.web.tsx | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/App.native.tsx b/src/App.native.tsx index 14daa3bd6..ac6c2e83d 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -80,8 +80,9 @@ function InnerApp() { - - + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + @@ -97,8 +98,8 @@ function InnerApp() { - - + + diff --git a/src/App.web.tsx b/src/App.web.tsx index e04fd45f1..bc9cd01f1 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -57,8 +57,9 @@ function InnerApp() { key={currentAccount?.did}> - - + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + @@ -74,8 +75,8 @@ function InnerApp() { - - + + -- cgit 1.4.1