diff --git a/react-native/app/routes/component.js b/react-native/app/routes/component.js index 22ddeca..b908958 100644 --- a/react-native/app/routes/component.js +++ b/react-native/app/routes/component.js @@ -43,7 +43,7 @@ export const Routes = () => { name={i18next.t('mobileApp.portals.drawerNavigation.button.label')} component={ListPortals} /> - {portals || portals != 0 + {portals && portals.length ? portals.map(item => { return (