mirror of
https://github.com/discourse/discourse.git
synced 2025-03-30 00:16:19 +08:00
fix linting (#7329)
This commit is contained in:
parent
131eba0366
commit
19a1d35f66
@ -18,7 +18,9 @@ export default class PostCooked {
|
|||||||
this._highlighted = false;
|
this._highlighted = false;
|
||||||
this.decoratorHelper = decoratorHelper;
|
this.decoratorHelper = decoratorHelper;
|
||||||
this.currentUser = decoratorHelper.widget.currentUser;
|
this.currentUser = decoratorHelper.widget.currentUser;
|
||||||
this.ignoredUsers = this.currentUser ? this.currentUser.ignored_users : null;
|
this.ignoredUsers = this.currentUser
|
||||||
|
? this.currentUser.ignored_users
|
||||||
|
: null;
|
||||||
}
|
}
|
||||||
|
|
||||||
update(prev) {
|
update(prev) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user