more
This commit is contained in:
@@ -16,7 +16,8 @@ const AccountPage = () => {
|
||||
const [docsGenerated, setDocsGenerated] = useState(null);
|
||||
const appUserId = group ? group.appUserId : null;
|
||||
const [showModal, setShowModal] = useState(false);
|
||||
|
||||
const subscriptionPlan = group?.subscriptionPlan[0].label;
|
||||
console.log("subscriptionPlan", subscriptionPlan);
|
||||
const apiUrl =
|
||||
process.env.NODE_ENV === "development"
|
||||
? process.env.REACT_APP_API_DEV
|
||||
@@ -191,7 +192,7 @@ const AccountPage = () => {
|
||||
<div className="account-section">Active Subscriptions</div>
|
||||
<div className="account-card account-subscriptions">
|
||||
<div className="account-subscriptions-title">
|
||||
{group?.subscriptionPlan?.toUpperCase()}
|
||||
{`${subscriptionPlan?.toUpperCase()} PLAN`}
|
||||
</div>
|
||||
<div className="account-subscriptions-item">
|
||||
<div className="account-subscriptions-item-label"></div>
|
||||
|
||||
Reference in New Issue
Block a user