mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Make eslint happy.
This commit is contained in:
parent
30e4b17de8
commit
a496574e93
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default createWidget('post-links', {
|
|||
},
|
||||
|
||||
html(attrs, state) {
|
||||
if (!this.attrs.links || this.attrs.links.length == 0) {
|
||||
if (!this.attrs.links || this.attrs.links.length === 0) {
|
||||
// shortcut all work
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue