diff --git a/frontend/components/subscription/UnlockProOverlay.tsx b/frontend/components/subscription/UnlockProOverlay.tsx index 51107ef5..62d4ae3a 100644 --- a/frontend/components/subscription/UnlockProOverlay.tsx +++ b/frontend/components/subscription/UnlockProOverlay.tsx @@ -71,6 +71,9 @@ export function UnlockProOverlay({ return (
+
{usePoints ? isEn ? `Using ${billing.pointsUsed} points from your account` @@ -173,7 +176,7 @@ export function UnlockProOverlay({
+
{!billing.pointsEnabled ? isEn ? "Points redemption is currently unavailable for this plan." @@ -224,15 +227,15 @@ export function UnlockProOverlay({