MED-104: create booking view with categories
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user