linting (#10008)
This commit is contained in:
parent
ae6c4cd237
commit
84d767716f
|
@ -560,7 +560,11 @@ export default createWidget("post-menu", {
|
||||||
state
|
state
|
||||||
);
|
);
|
||||||
|
|
||||||
const controlsButtons = [...beforeExtraControls, ...visibleButtons, ...extraControls];
|
const controlsButtons = [
|
||||||
|
...beforeExtraControls,
|
||||||
|
...visibleButtons,
|
||||||
|
...extraControls
|
||||||
|
];
|
||||||
|
|
||||||
postControls.push(h("div.actions", controlsButtons));
|
postControls.push(h("div.actions", controlsButtons));
|
||||||
if (state.adminVisible) {
|
if (state.adminVisible) {
|
||||||
|
|
Loading…
Reference in New Issue