forked from abner/for-legacy-web
fix(eslint): rules included deprecated plugin
This commit is contained in:
@@ -628,7 +628,7 @@ export default function ContextMenus() {
|
||||
}
|
||||
|
||||
for (let i = 0; i < actions.length; i++) {
|
||||
let action = actions[i];
|
||||
const action = actions[i];
|
||||
if (action) {
|
||||
generateAction({
|
||||
action,
|
||||
|
||||
Reference in New Issue
Block a user