diff --git a/src/shared/components/PlanRemaining.tsx b/src/shared/components/PlanRemaining.tsx index f55e78d..84ee164 100644 --- a/src/shared/components/PlanRemaining.tsx +++ b/src/shared/components/PlanRemaining.tsx @@ -59,7 +59,7 @@ const PlanRemaining: FC = () => { variant='primary' label='تمدید پلن' onClick={() => { - window.open(`${import.meta.env.VITE_CONSOLE_URL}/services/detail/${currentWorkspace?.plan?.service?.slug}?id=${currentWorkspace?.plan?.id}`, '_blank') + window.open(`${import.meta.env.VITE_CONSOLE_URL}/services/detail/${currentWorkspace?.plan?.service?.slug}?id=${currentWorkspace?.id}`, '_blank') }} />