change financial and pixel perfect
This commit is contained in:
@@ -72,7 +72,7 @@ const CardtoCard: FC = () => {
|
||||
label={t('wallet.select_sheba')}
|
||||
placeholder={t('select')}
|
||||
items={getBankAccount.data?.data?.bankAccounts?.map((item: any) => ({
|
||||
label: item.IBan,
|
||||
label: 'IR' + item.IBan,
|
||||
value: item.id
|
||||
}))}
|
||||
name='bankAccountId'
|
||||
@@ -84,7 +84,7 @@ const CardtoCard: FC = () => {
|
||||
<div className='mt-8'>
|
||||
<Input
|
||||
label={t('wallet.amount')}
|
||||
placeholder={t('wallet.enter_amount_card')}
|
||||
placeholder={t('wallet.enter_amount_sheba')}
|
||||
name='amount'
|
||||
onChange={formik.handleChange}
|
||||
error_text={formik.touched.amount && formik.errors.amount ? formik.errors.amount : ''}
|
||||
|
||||
Reference in New Issue
Block a user