Remove old unused user-card controller reference
The `visible` property of the user-card controller wasn't actually being used, so this was a no-op
This commit is contained in:
parent
f410bd724e
commit
0c93a8c28b
@ -325,7 +325,6 @@ const TopicRoute = DiscourseRoute.extend({
|
||||
this._super(...arguments);
|
||||
|
||||
this.searchService.set("searchContext", null);
|
||||
this.controllerFor("user-card").set("visible", false);
|
||||
|
||||
const topicController = this.controllerFor("topic");
|
||||
const postStream = topicController.get("model.postStream");
|
||||
|
||||
Reference in New Issue
Block a user