diff --git a/src/app/components/MapModal.js b/src/app/components/MapModal.js index 840eca4..aec12f1 100644 --- a/src/app/components/MapModal.js +++ b/src/app/components/MapModal.js @@ -257,8 +257,6 @@ function componentBody(props) { {iconTextRow({ name: "map-marker", description: address })} {!isPluviometer(props.name) && iconTextRow({ name: "calendar", description: date })} - {!isOfficialPluviometer(props.name) && - iconImageRow({ name: "camera", pic: pictures })} );