mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Make eslint happy.
This commit is contained in:
parent
30e4b17de8
commit
a496574e93
@ -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 New Issue
Block a user