review
This commit is contained in:
@@ -87,6 +87,7 @@ const CardtoCard: FC = () => {
|
||||
name='amount'
|
||||
onChange={formik.handleChange}
|
||||
error_text={formik.touched.amount && formik.errors.amount ? formik.errors.amount : ''}
|
||||
seprator
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -77,6 +77,7 @@ const Online: FC = () => {
|
||||
placeholder={t('wallet.enter_your_price')}
|
||||
onChange={(e) => setDesiredAmount(Number(e.target.value))}
|
||||
value={desiredAmount}
|
||||
seprator
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -88,6 +88,7 @@ const CardtoCard: FC = () => {
|
||||
name='amount'
|
||||
onChange={formik.handleChange}
|
||||
error_text={formik.touched.amount && formik.errors.amount ? formik.errors.amount : ''}
|
||||
seprator
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user