From e2491834f0dc3fbd88d09a98b847b1176c48068b Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Thu, 4 Jul 2024 11:35:15 +0000 Subject: [PATCH] Refs #37619 - Apply review suggestions --- .github/workflows/js_tests.yml | 3 --- webpack/components/ConfirmModal.js | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) 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 = [ ,