From b550ab2bb78f738c06fb4208c214b74efc6f575e Mon Sep 17 00:00:00 2001 From: Bill He Date: Wed, 4 Oct 2023 21:24:18 -0400 Subject: [PATCH] Do not hide rewardpage on prod --- src/App.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index adcaff0..b6acfea 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,9 +67,7 @@ const Content = () => { } /> } /> - {import.meta.env.MODE !== 'production' && ( - } /> - )} + } /> {isTablet && ( <> } />