|
@ -257,8 +257,6 @@ function componentBody(props) { |
|
|
{iconTextRow({ name: "map-marker", description: address })} |
|
|
{iconTextRow({ name: "map-marker", description: address })} |
|
|
{!isPluviometer(props.name) && |
|
|
{!isPluviometer(props.name) && |
|
|
iconTextRow({ name: "calendar", description: date })} |
|
|
iconTextRow({ name: "calendar", description: date })} |
|
|
{!isOfficialPluviometer(props.name) && |
|
|
|
|
|
iconImageRow({ name: "camera", pic: pictures })} |
|
|
|
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
); |
|
|
); |
|
|