mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 00:05:58 +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.decoratorHelper = decoratorHelper;
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user