From cf282aa351cbc58691fb1b2fb4764830247cdbe8 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 25 Jul 2022 08:16:50 +0530 Subject: eslint needs to be executed at the top-level to actually work --- src/components/settings/services/EditServiceForm.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/settings/services') diff --git a/src/components/settings/services/EditServiceForm.js b/src/components/settings/services/EditServiceForm.js index 73136529a..ab43bace9 100644 --- a/src/components/settings/services/EditServiceForm.js +++ b/src/components/settings/services/EditServiceForm.js @@ -505,9 +505,7 @@ class EditServiceForm extends Component {
{/* Delete Button */} -
- {action === 'edit' && deleteButton} -
+
{action === 'edit' && deleteButton}
{/* Save Button */} {isSaving || isValidatingCustomUrl ? ( -- cgit v1.2.3-70-g09d2