diff --git a/.github/workflows/js_tests.yml b/.github/workflows/js_tests.yml
index 050e7f3c..83e43053 100644
--- a/.github/workflows/js_tests.yml
+++ b/.github/workflows/js_tests.yml
@@ -27,9 +27,6 @@ jobs:
- name: Npm install
run: |
npm install
- - name: Run plugin linter
- run: |
- npm run lint
- name: Run custom plugin linter
run: |
npm run lint:custom
diff --git a/webpack/components/ConfirmModal.js b/webpack/components/ConfirmModal.js
index 81f98f11..8a35927a 100644
--- a/webpack/components/ConfirmModal.js
+++ b/webpack/components/ConfirmModal.js
@@ -11,7 +11,7 @@ const ConfirmModal = props => {
const actions = [
,