diff --git a/src/App.tsx b/src/App.tsx index e50528db..dcfd1f12 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,6 +23,7 @@ import SafeDetails from './containers/OnBoarding/SafeDetails' import Privacy from './containers/Privacy' import CustomToast from './components/CustomToast' import Incentives from './containers/Incentives' +import { NETWORK_ID } from './connectors' // Toast css @@ -50,11 +51,13 @@ const App = () => { - + {NETWORK_ID === 1 ? null : ( + + )} { > {t('app')} - handleLinkClick(e, false)} - > - {t('incentives')} - + {NETWORK_ID === 1 ? null : ( + handleLinkClick(e, false)} + > + {t('incentives')} + + )}