From 699c15fde97093dc01d2a670d9bf03823726dcef Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 20 Feb 2024 13:54:45 -0600 Subject: [PATCH] more --- src/Components/Account/AccountPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Account/AccountPage.js b/src/Components/Account/AccountPage.js index 2dc9dd0..55a5e0c 100644 --- a/src/Components/Account/AccountPage.js +++ b/src/Components/Account/AccountPage.js @@ -22,7 +22,7 @@ const AccountPage = () => { ? process.env.REACT_APP_API_DEV : process.env.REACT_APP_API_PROD; - const docsAllowed = group?.docsAllowed; + const docsAllowed = group?.docsAllowedPerMonth; const handleConfirmUpgrade = () => { const isUpgrade = true; @@ -92,8 +92,8 @@ const AccountPage = () => { {docsGenerated !== null ? (
- You have generated {docsGenerated} out of {docsAllowed} response - documents this billing period + You have generated {docsGenerated} out of {docsAllowed} documents + this billing period.
Upgrade to get more