diff --git a/app/assets/javascripts/discourse/app/controllers/tags-show.js b/app/assets/javascripts/discourse/app/controllers/tags-show.js index 66833dfa5e0..64d772d0789 100644 --- a/app/assets/javascripts/discourse/app/controllers/tags-show.js +++ b/app/assets/javascripts/discourse/app/controllers/tags-show.js @@ -120,7 +120,6 @@ export default Controller.extend(BulkTopicSelection, FilterModeMixin, { }, refresh() { - // TODO: this probably doesn't work anymore return this.store .findFiltered("topicList", { filter: "tags/" + this.get("tag.id") }) .then(list => {