Skip to content

Commit

Permalink
fix geosolutions-it#1845 removed unnecessary control
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed May 19, 2017
1 parent 0c7d62f commit 0b9ba19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/client/components/maps/modals/MetadataModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@ const MetadataModal = React.createClass({
},
isMetadataChanged() {
return this.props.map && (
this.props.map.description !== undefined &&
this.props.metadata.description !== this.props.map.description ||
this.props.map.name !== undefined &&
this.props.metadata.name !== this.props.map.name
);
},
Expand Down

0 comments on commit 0b9ba19

Please sign in to comment.