This commit is contained in:
Kenneth Jannette
2024-02-01 21:38:22 -06:00
parent 6bd6fb76f9
commit 0b7e66fff0
3 changed files with 101 additions and 92 deletions

View File

@@ -78,7 +78,8 @@ const CaseDetailsPage = () => {
const handleConfirmUpgrade = () => {
const isUpgrade = true;
navigate(`/signup/${isUpgrade}`);
const currentPlan = group?.subscriptionPlan;
navigate(`/signup/${isUpgrade}/${currentPlan}`);
};
const handleSuccess = () => {