From 061eeb6aa5802638756be4e4e897323b753c417c Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Sun, 29 May 2022 13:18:47 -0300 Subject: [PATCH] [Sprint 8 fix] removing pictures section in map modal --- src/app/components/MapModal.js | 2 -- 1 file changed, 2 deletions(-) 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 })} );