diff --git a/GMERemittance/SideMenu/SideMenu.storyboard b/GMERemittance/SideMenu/SideMenu.storyboard index 85f24780..481af976 100644 --- a/GMERemittance/SideMenu/SideMenu.storyboard +++ b/GMERemittance/SideMenu/SideMenu.storyboard @@ -179,10 +179,10 @@ - + - - + - + @@ -317,7 +317,7 @@ - + @@ -386,7 +386,7 @@ - + diff --git a/GMERemittance/SideMenu/SideMenuViewController.swift b/GMERemittance/SideMenu/SideMenuViewController.swift index 2f41bc46..488d2a53 100644 --- a/GMERemittance/SideMenu/SideMenuViewController.swift +++ b/GMERemittance/SideMenu/SideMenuViewController.swift @@ -91,7 +91,8 @@ class SideMenuViewController: UIViewController { let shouldShowWithdrawButton = Utility.pennyTestVerified() && Utility.isVerifiedUser() self.withdrawButton.isHidden = !shouldShowWithdrawButton - self.manageAccountStackView.isHidden = !shouldShowWithdrawButton +// self.manageAccountStackView.isHidden = !shouldShowWithdrawButton + self.manageAccountStackView.isHidden = true self.view.backgroundColor = AppConstants.themeRedColor self.roundedBgView.layer.cornerRadius = 20 @@ -115,7 +116,8 @@ class SideMenuViewController: UIViewController { self.labelBalance.text = balance let shouldShowWithdrawButton = Utility.pennyTestVerified() && Utility.isVerifiedUser() self.withdrawButton.isHidden = !shouldShowWithdrawButton - self.manageAccountStackView.isHidden = !shouldShowWithdrawButton +// self.manageAccountStackView.isHidden = !shouldShowWithdrawButton + self.manageAccountStackView.isHidden = true } private func setupBlueBackGroundTheme() {