diff --git a/components/selectChantier.tsx b/components/selectChantier.tsx index 085f593..1e2cac6 100644 --- a/components/selectChantier.tsx +++ b/components/selectChantier.tsx @@ -108,12 +108,7 @@ export default function SelectChantier() { {chantiers.map((chantier, index) => - <> renderChantier(chantier, index) - renderChantier(chantier, index) - renderChantier(chantier, index) - renderChantier(chantier, index) - )} @@ -138,7 +133,7 @@ const styles = StyleSheet.create({ //backgroundColor: '#00FF0040', //borderRadius:10, width: "100%", - height: screenHeight / 2, + height: screenHeight * 3/4, padding: 10, zIndex:1000, },