@ -145,9 +145,7 @@ function RainSharingDataScreen(props) {
</View>
{error && rain == -1 && (
<Text style={styles.error_txt}>
Selecione se está passável ou não
</Text>
<Text style={styles.error_txt}>Selecione o nível da chuva </Text>
)}
<FormImagePicker backgroundColor={colors.primary} name="images" />
@ -122,7 +122,7 @@ function RiverFloodSharingDataScreen(props) {
{error && riverScale == -1 && (
<Text style={styles.error_txt}>Selecione ao menos uma opção</Text>
<Text style={styles.error_txt}>Selecione o nível do rio</Text>
@ -96,7 +96,7 @@ function SharingFloodZonesScreen(props) {
{error && passable == -1 && (
<Text style={styles.error_txt}>Selecione uma opção</Text>
<FormImagePicker name="images" height={10} />