MED-104: create booking view with categories

This commit is contained in:
Danel Kungla
2025-08-28 14:11:54 +03:00
parent 31bc4b6cff
commit ad28352fc8
9 changed files with 72 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ async function analysesLoader() {
const serviceCategories = productCategories.filter(
({ parent_category }) => parent_category?.handle === 'tto-categories',
);
console.log('serviceCategories', serviceCategories);
return {
analyses:
category?.products?.map<OrderAnalysisCard>(