This commit is contained in:
hamid zarghami
2025-03-02 12:12:20 +03:30
parent 1ab4f29d65
commit 19b65baefe
17 changed files with 292 additions and 142 deletions
@@ -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>
+1
View File
@@ -77,6 +77,7 @@ const Online: FC = () => {
placeholder={t('wallet.enter_your_price')}
onChange={(e) => setDesiredAmount(Number(e.target.value))}
value={desiredAmount}
seprator
/>
</div>
+1
View File
@@ -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>