Do not hide rewardpage on prod (#58)
This commit is contained in:
parent
fdd3fbd774
commit
0730e71109
@ -67,9 +67,7 @@ const Content = () => {
|
||||
<Route path={AppRoute.Trade} element={<TradePage />} />
|
||||
</Route>
|
||||
<Route path={AppRoute.Markets} element={<MarketsPage />} />
|
||||
{import.meta.env.MODE !== 'production' && (
|
||||
<Route path={AppRoute.Rewards} element={<RewardsPage />} />
|
||||
)}
|
||||
<Route path={AppRoute.Rewards} element={<RewardsPage />} />
|
||||
{isTablet && (
|
||||
<>
|
||||
<Route path={AppRoute.Alerts} element={<AlertsPage />} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user