more
This commit is contained in:
@@ -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 ? (
|
||||
<div className="account-card account-docs-generated">
|
||||
<div>
|
||||
You have generated {docsGenerated} out of {docsAllowed} response
|
||||
documents this billing period
|
||||
You have generated {docsGenerated} out of {docsAllowed} documents
|
||||
this billing period.
|
||||
</div>
|
||||
<div className="account-card-title">Upgrade to get more</div>
|
||||
<div className="account-docs-progress-bar">
|
||||
|
||||
Reference in New Issue
Block a user