From 3b0418f328034128ddebef95a311629af7379277 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:11:46 +0700 Subject: [PATCH] fix(catalog): use supplier.uuid instead of teamUuid for navigation - SupplierCard.vue: use supplier.uuid in link generation - products/[id].vue: get uuid from supplier profile and use it for navigation Fixes 404 errors on supplier pages --- app/components/catalog/SupplierCard.vue | 4 ++-- app/pages/catalog/products/[id].vue | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app/components/catalog/SupplierCard.vue b/app/components/catalog/SupplierCard.vue index 723b8be..bbe8a18 100644 --- a/app/components/catalog/SupplierCard.vue +++ b/app/components/catalog/SupplierCard.vue @@ -1,7 +1,7 @@