Browse Source

correcting error: couldn't select 'ALTO' on river flood form

master
analuizaff 3 years ago
parent
commit
43d93d33ac
  1. 1
      src/app/screens/RiverFloodSharingDataScreen.js

1
src/app/screens/RiverFloodSharingDataScreen.js

@ -121,6 +121,7 @@ function RiverFloodSharingDataScreen(props) {
<SvgLabeledButton <SvgLabeledButton
style={{ marginRight: 17 }} style={{ marginRight: 17 }}
onPress={() => { onPress={() => {
setRiverScale(2);
setRiverSituation("ALTO"); setRiverSituation("ALTO");
}} }}
SvgImage={assets.riverLevel.High} SvgImage={assets.riverLevel.High}

Loading…
Cancel
Save