This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user