mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
linting (#10008)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user