From 06b4fddbbe22c954a69c91f5c54b2fb40adae97e Mon Sep 17 00:00:00 2001 From: fairdataihub-bot Date: Wed, 21 Aug 2024 21:10:46 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8=20fix=20code=20style=20is?= =?UTF-8?q?sues=20with=20Prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/scripts/globals.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/src/scripts/globals.js b/src/renderer/src/scripts/globals.js index c753b2cc6..28a063429 100644 --- a/src/renderer/src/scripts/globals.js +++ b/src/renderer/src/scripts/globals.js @@ -1335,7 +1335,6 @@ window.addBfAccount = async (ev, verifyingOrganization = False) => { }); } - if (ev?.parentNode?.parentNode?.classList.contains("organize-dataset")) { // enable the Confirm button $("#confirm-account-workspace").prop("disabled", false);