verification du statues

This commit is contained in:
trochas
2025-12-11 13:10:22 +01:00
parent c1e6453692
commit 89c50827f8

View File

@@ -108,12 +108,7 @@ export default function SelectChantier() {
<ThemedView lvl={2} style={styles.list}>
<ScrollView contentContainerStyle={styles.chantiersList}>
{chantiers.map((chantier, index) =>
<>
renderChantier(chantier, index)
renderChantier(chantier, index)
renderChantier(chantier, index)
renderChantier(chantier, index)
</>
)}
</ScrollView>
</ThemedView>
@@ -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,
},