diff --git a/app/assets/javascripts/discourse/controllers/tags-show.js.es6 b/app/assets/javascripts/discourse/controllers/tags-show.js.es6 index 9b49d57082b..0c3d6e64dd9 100644 --- a/app/assets/javascripts/discourse/controllers/tags-show.js.es6 +++ b/app/assets/javascripts/discourse/controllers/tags-show.js.es6 @@ -109,7 +109,9 @@ export default Controller.extend(BulkTopicSelection, FilterModeMixin, { this.setProperties({ order, ascending: false }); } - this.transitionToRoute({ queryParams: { order, ascending: this.ascending }}); + this.transitionToRoute({ + queryParams: { order, ascending: this.ascending } + }); }, toggleInfo() {