diff --git a/src/App.tsx b/src/App.tsx index 978aa4a..ba85629 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -146,6 +146,8 @@ function normalizeViewKey(rawView: string): WebViewKey { ? "login" : rawView === "ecommerceHub" ? "ecommerce" + : rawView === "bug-feedback" || rawView === "feedback" + ? "report" : rawView === "terms" || rawView === "agreement" || rawView === "user-agreement" ? "userAgreement" : rawView === "privacy" || rawView === "privacy-policy" diff --git a/src/components/AppShell.tsx b/src/components/AppShell.tsx index 662f84d..27f6d03 100644 --- a/src/components/AppShell.tsx +++ b/src/components/AppShell.tsx @@ -370,6 +370,7 @@ function AppShell({