fix bug
This commit is contained in:
@@ -59,7 +59,7 @@ const PlanRemaining: FC = () => {
|
|||||||
variant='primary'
|
variant='primary'
|
||||||
label='تمدید پلن'
|
label='تمدید پلن'
|
||||||
onClick={() => {
|
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')
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user