Skip to content

Commit ba36e16

Browse files
rwjbluemuziejus
andauthored
Update guides/release/testing/testing-components.md
Co-Authored-By: muziejus <[email protected]>
1 parent e5369af commit ba36e16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/release/testing/testing-components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ export default class LocationIndicatorComponent extends Component {
296296
return this.locationService.getCurrentCity();
297297
}
298298

299-
@computed('locationService.currentLocation')
300299
get country() {
301300
return this.locationService.getCurrentCountry();
302301
}

0 commit comments

Comments
 (0)