From ba72df9d5cd58b013b2d96a6393529168cd87069 Mon Sep 17 00:00:00 2001 From: Sibtain Ali Date: Tue, 2 May 2023 03:14:16 +0500 Subject: [PATCH] fix: payment page title margin fix --- .../Payments/PaymentsPage/BasePaymentsPage.js | 38 ++++++++++--------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/src/pages/settings/Payments/PaymentsPage/BasePaymentsPage.js b/src/pages/settings/Payments/PaymentsPage/BasePaymentsPage.js index 4026f6cdb459..7e12a703af9b 100644 --- a/src/pages/settings/Payments/PaymentsPage/BasePaymentsPage.js +++ b/src/pages/settings/Payments/PaymentsPage/BasePaymentsPage.js @@ -351,28 +351,30 @@ class BasePaymentsPage extends React.Component { )} {this.props.userWallet.currentBalance > 0 && ( - - {triggerKYCFlow => ( - - )} - + + + {triggerKYCFlow => ( + + )} + + )} )} {this.props.translate('paymentsPage.paymentMethodsTitle')}