From 0730e71109cc84ec98fe13607bf87e88fae9a7dc Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 5 Oct 2023 01:57:39 -0400 Subject: [PATCH] Do not hide rewardpage on prod (#58) --- 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 && ( <> } />