From a025fd948e2272da2ff88dccb52137f6e5473215 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:26:07 +0100 Subject: [PATCH] Update page.tsx --- 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 f458208b..5cab7d53 100644 --- a/frontend/src/app/category-view/page.tsx +++ b/frontend/src/app/category-view/page.tsx @@ -86,7 +86,7 @@ const CategoryView = () => {
- {category.description || "No description available."} + {(category as any).description || "No description available."}