Client: Wizard: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2024-08-27 11:23:00 +03:00
parent 387cf3f3f4
commit 5c29e8ceaa

View File

@ -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")}
</Link>