Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
remove extra questionmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylvia committed Sep 13, 2016
1 parent 86d19f0 commit 3244d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/forms/location/Location.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default class Location extends FormGroup {
</div>
</div>
{ this.state.reverseCoords ? (
<a href="#" onClick={this.reverseGeocode.bind(this,this.state.reverseCoords)}><small><strong>Did you mean?</strong> Longitude: {this.state.reverseCoords.longLatResult[0]} Latitude: {this.state.reverseCoords.longLatResult[1]}?</small></a>
<a href="#" onClick={this.reverseGeocode.bind(this,this.state.reverseCoords)}><small><strong>Did you mean:</strong> Longitude: {this.state.reverseCoords.longLatResult[0]} Latitude: {this.state.reverseCoords.longLatResult[1]}?</small></a>
) : null }
{this.getErrorMessage ? this.getErrorMessage() : null}
</div>
Expand Down

0 comments on commit 3244d25

Please sign in to comment.