From a14963892f3b1c4e3b2c614d80bde120ac5f7e0f Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 23 Aug 2021 19:52:56 +0200 Subject: [PATCH] finish button links --- ui/component/txoList/view.jsx | 2 +- ui/component/walletFiatBalance/view.jsx | 3 ++- ui/page/settingsStripeAccount/view.jsx | 17 ++++++++++------- ui/page/settingsStripeCard/view.jsx | 2 +- ui/scss/component/_txo-list.scss | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/ui/component/txoList/view.jsx b/ui/component/txoList/view.jsx index e47a3d7f5..f87b79f9c 100644 --- a/ui/component/txoList/view.jsx +++ b/ui/component/txoList/view.jsx @@ -291,7 +291,7 @@ function TxoList(props: Props) { return (
{__(`Transactions`)}
+ <>
{__(`Transactions`)}
{/* toggle between LBC and fiat buttons */} diff --git a/ui/component/walletFiatBalance/view.jsx b/ui/component/walletFiatBalance/view.jsx index f8bfc874f..a4ef1bb28 100644 --- a/ui/component/walletFiatBalance/view.jsx +++ b/ui/component/walletFiatBalance/view.jsx @@ -62,7 +62,8 @@ const WalletBalance = () => {
-
} diff --git a/ui/page/settingsStripeAccount/view.jsx b/ui/page/settingsStripeAccount/view.jsx index f91caaf57..c0a73b7d8 100644 --- a/ui/page/settingsStripeAccount/view.jsx +++ b/ui/page/settingsStripeAccount/view.jsx @@ -275,7 +275,8 @@ class StripeAccountConnection extends React.Component { )}
} - actions={ + // only show additional buttons if its for additional verification or to show transaction page + actions={(stillRequiringVerification || accountConfirmed) && <> {stillRequiringVerification && (