Web: Client: Data Import: fix display the next step button

This commit is contained in:
Elyor Djalilov 2024-07-31 14:09:58 +05:00
parent ad9af47c06
commit fec37fad8a

View File

@ -187,9 +187,12 @@ const AddEmailsStep = (props: AddEmailsStepProps) => {
)}
</>
) : (
<Text fontWeight={600} lineHeight="20px" className="mb-17">
{t("Settings:WithoutEmailHint")}
</Text>
<>
<Text fontWeight={600} lineHeight="20px" className="mb-17">
{t("Settings:WithoutEmailHint")}
</Text>
{Buttons}
</>
)}
{filteredAccounts.length > 0 && Buttons}