Browse Source

correcting typo

master
analuizaff 3 years ago
parent
commit
f15d846f3e
  1. 2
      src/app/screens/SharingDataScreen.js

2
src/app/screens/SharingDataScreen.js

@ -26,7 +26,7 @@ function SharingDataScreen({ navigation }) {
show={showLogPluv} show={showLogPluv}
description="Para enviar uma informação pluviométrica cadastre um pluviômetro" description="Para enviar uma informação pluviométrica cadastre um pluviômetro"
confirmationLabel="OK" confirmationLabel="OK"
onConfirm={() => etShowLogPluv(false)}//{setShowLogPluv(false), navigation.navigate("Perfil")}}
onConfirm={() => setShowLogPluv(false)}//{setShowLogPluv(false), navigation.navigate("Perfil")}}
onDecline={() => setShowLogPluv(false)} onDecline={() => setShowLogPluv(false)}
/> />
<ConfirmationModal <ConfirmationModal

Loading…
Cancel
Save