# HG changeset patch # User ymh # Date 1480371114 -3600 # Node ID 1059a7ae018ab53a7319554ae22f81249f569706 # Parent 85cf1c3a2fea15bc971f800953270bf0031b608d correct notice stand alone display 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;