From 8dc2e416a419c132f466e7feaacc954d968939f6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:42:44 +0100 Subject: [PATCH] fix --- frontend/src/app/category-view/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/category-view/page.tsx b/frontend/src/app/category-view/page.tsx index 336fa6c5..094c1419 100644 --- a/frontend/src/app/category-view/page.tsx +++ b/frontend/src/app/category-view/page.tsx @@ -92,7 +92,7 @@ const CategoryView = () => {

{category.name}

- {category.description || "No description available."} + {(category as any).description || "No description available."}