Browse Source

[Sprint 8 fix] removing pictures section in map modal

master
GabrielTrettel 2 years ago
parent
commit
061eeb6aa5
  1. 2
      src/app/components/MapModal.js

2
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 })}
</View>
</View>
);

Loading…
Cancel
Save