From 5c29e8ceaad78e4f70ee5f36b0838d55cb0d1e16 Mon Sep 17 00:00:00 2001 From: Tatiana Lopaeva Date: Tue, 27 Aug 2024 11:23:00 +0300 Subject: [PATCH] Client: Wizard: Deleted useless code. --- packages/client/src/pages/Wizard/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/client/src/pages/Wizard/index.js b/packages/client/src/pages/Wizard/index.js index e891a3970a..f7b6b83dae 100644 --- a/packages/client/src/pages/Wizard/index.js +++ b/packages/client/src/pages/Wizard/index.js @@ -496,11 +496,7 @@ const Wizard = (props) => { } fontSize="13px" target="_blank" - href={ - sofwareLicense - ? sofwareLicense - : "https://gnu.org/licenses/gpl-3.0.html" - } + href={sofwareLicense} > {t("LicenseLink")}