карты пвз
All checks were successful
Deploy / build (push) Successful in 6m4s

This commit is contained in:
alsaze
2025-11-13 16:41:12 +03:00
parent f857c40ca2
commit d1ee94e5c4
2 changed files with 10 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ export const useCheckout = createSharedComposable(() => {
]
const currentCheckoutStep
= ref(checkoutSteps.find(value => value.title === route.path.split('/').pop()) || checkoutSteps[0])
= ref(checkoutSteps.find(value => value.route === route.path.split('/').pop()) || checkoutSteps[0])
function previewStep() {
if (isPickupPointSelected.value && !isMobile.value) {