+ {t("private_accounts.pay_balance_explanation", { amount: balance })}
+
+ setView(VIEW_STEPS),
+ }}
+ primaryProps={{
+ children: t("payments.negative_balance_action", { amount: balance }),
+ variant: "danger",
+ onClick: handleClick,
+ }}
+ />
+
+ );
+}
+
/**
* @param {AnonProxyVendorAccount} account
* @param setView
*/
function TermsView({ account, setView }) {
return (
-