This commit is contained in:
Kenneth Jannette
2024-02-25 12:25:55 -06:00
parent 8aaa759631
commit 29fdf2ceb2
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ const AccountPage = () => {
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