+ {/* show while waiting for account status */}
+ {!accountConfirmed && !accountPendingConfirmation &&
+
+
+
+
Getting your Bank Account Connection status...
+
+
+
+ }
+ {/* user has yet to complete their integration */}
+ {!accountConfirmed && accountPendingConfirmation &&
+
+
+
+
Connect your Bank Account to Odysee to receive donations directly from users
+
+
+
+
+ }
+ {/* user has completed their integration */}
+ {accountConfirmed &&
+
+
+
+
Congratulations! Your account has been connected with Odysee.
+ {unpaidBalance > 0 ?
+
Your account balance is ${unpaidBalance/100} USD. When the functionality exists you will be able to withdraw your balance.
+ :
+
Your account balance is $0 USD. When you receive a tip you will see it here.
+ }
+
+
+
+
+ }
+
+ }
+ />
+ );
+ } else {
+ return (<>>);
+ }
+ }
+}
+
+export default StripeAccountConnection;
diff --git a/ui/component/walletBalance/view.jsx b/ui/component/walletBalance/view.jsx
index 6746d5c36..de9676504 100644
--- a/ui/component/walletBalance/view.jsx
+++ b/ui/component/walletBalance/view.jsx
@@ -71,7 +71,7 @@ const WalletBalance = (props: Props) => {
Your total balance. All of this is yours, but some %lbc% is in use on channels and content right now.
) : (
-