mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
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