sdf
Some checks failed
release-tag / build-and-deploy (push) Has been cancelled

This commit is contained in:
Yuu Ottosoka
2026-05-23 15:25:49 +03:00
parent 6ca7bd8b3e
commit 7fc394ae77

View File

@@ -73,7 +73,7 @@ export const yclientsClient = {
}
)
const services = booking.category.map((categoryItem) => ({
const services = booking.category?.map((categoryItem) => ({
title: categoryItem.title,
charachteristics: booking.services
.filter((service) => service.category_id === categoryItem.id)