+
+
+ )
}
return (
- <>
- {!!spent && (
- Web Monetization has been turned off.
+
- ${spent}/$20
+
+
+
+
- >
+
+
+
)
}
diff --git a/src/popup/pages/Settings.tsx b/src/popup/pages/Settings.tsx
index caf0804a..766bc969 100644
--- a/src/popup/pages/Settings.tsx
+++ b/src/popup/pages/Settings.tsx
@@ -92,9 +92,9 @@ export const Settings = () => {
if (!wmEnabled)
return (
- Current rate of pay
+
+ {!amountType.recurring ? '0c' : formatCurrency(rateOfPay)} per hour
+ Remaining balance: ${amount}
- )}
-
-
-
-
-
-
- {isMonetizationReady ? (
- <>
-
-
- Current rate of pay
-
- {formatCurrency(rateOfPay)} per hour
- Remaining balance: ${remainingBalance}
-
-
-
-
+
-
-
-
-
+
+ Continuous payments stream
+
-
- {paymentStarted ? (
-
- ) : (
-
- )}
-
-
- >
- ) : (
-
- )}
+
+
+
+
+ setTipAmount(event.target.value)}
+ icon={ }
+ />
-
+
-
)
Web Monetization has been turned off.
+Web Monetization has been turned off.