diff -r 85cf1c3a2fea -r 1059a7ae018a cms/app-client/app/components/notice-location-component.js --- a/cms/app-client/app/components/notice-location-component.js Mon Nov 28 22:17:48 2016 +0100 +++ b/cms/app-client/app/components/notice-location-component.js Mon Nov 28 23:11:54 2016 +0100 @@ -9,7 +9,7 @@ return [this.get('geoInfo.latitude'), this.get('geoInfo.longitude')]; }), hasCoordinates: Ember.computed('geoInfo', function() { - return Boolean(this.get('geoInfo').longitude) && Boolean(this.get('geoInfo').latitude); + return Boolean(this.get('geoInfo.longitude')) && Boolean(this.get('geoInfo.latitude')); }), geonamesLink: Ember.computed('geoInfo.ref-locs', function() { let link = null;