|
@ -20,7 +20,7 @@ const validationSchema = Yup.object().shape({ |
|
|
images: Yup.array().min(1, "Por favor, selecione uma imagem."), |
|
|
images: Yup.array().min(1, "Por favor, selecione uma imagem."), |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
function PluviometerSharingDataScreen() { |
|
|
|
|
|
|
|
|
function PluviometerSharingDataScreen(props) { |
|
|
const location = useLocation(); |
|
|
const location = useLocation(); |
|
|
|
|
|
|
|
|
var day = new Date().getDate(); |
|
|
var day = new Date().getDate(); |
|
|