From 18eacc6600d0f237a9d3646ca28a6ba5d66c1b9a Mon Sep 17 00:00:00 2001 From: Yehonatan Avrahimi <48332126+yontank@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:23:54 +0200 Subject: [PATCH] move semicolon to the left --- src/pages/DonateModal/DonateModal.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/DonateModal/DonateModal.tsx b/src/pages/DonateModal/DonateModal.tsx index 6b1e3e77..dce01bb5 100644 --- a/src/pages/DonateModal/DonateModal.tsx +++ b/src/pages/DonateModal/DonateModal.tsx @@ -79,13 +79,13 @@ export const DonateModal: React.FC = ({ isVisible, onClose })

{t('donation_through_bank_title')}

{t('donation_through_bank_reccomendation')}

- {t('bank')} :{t('donation_through_bank_details_bank')} + {t('bank')}: {t('donation_through_bank_details_bank')}
- {t('branch')} :{t('donation_through_bank_details_branch')} + {t('branch')}: {t('donation_through_bank_details_branch')}
- {t('account')} :{t('donation_through_bank_details_account')} + {t('account')}: {t('donation_through_bank_details_account')}
- {t('account_name')} :{t('donation_through_bank_details_account_name')} + {t('account_name')}: {t('donation_through_bank_details_account_name')}
{t('donation_through_bank_details_additional_message')}