mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 15:18:40 +08:00
FIX: Linting error
This commit is contained in:
parent
e7fbcf4ba4
commit
02cb944fee
@ -220,7 +220,6 @@ createWidget("post-meta-data", {
|
||||
},
|
||||
|
||||
html(attrs) {
|
||||
|
||||
let postInfo = [];
|
||||
|
||||
if (attrs.isWhisper) {
|
||||
@ -289,7 +288,7 @@ createWidget("post-meta-data", {
|
||||
if (this.settings.displayPosterName) {
|
||||
result.push(this.attach("poster-name", attrs));
|
||||
}
|
||||
result.push(h('div.post-infos', postInfo));
|
||||
result.push(h("div.post-infos", postInfo));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user