diff --git a/src/components/SubPlanInformation/index.tsx b/src/components/SubPlanInformation/index.tsx index da73452..15509f2 100644 --- a/src/components/SubPlanInformation/index.tsx +++ b/src/components/SubPlanInformation/index.tsx @@ -71,7 +71,7 @@ function SubPlanInformation({ return setErrors("Something went wrong. Please try again later."); } setIsLoading(false); - window.open(link.href, "_blank"); + window.location.href = link.href; }; return (