From 7e1fb858d72b4fb2bedbce60259a8b5efc3c5792 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:33:58 +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 08474eb1..fc490308 100644 --- a/frontend/src/app/category-view/page.tsx +++ b/frontend/src/app/category-view/page.tsx @@ -133,7 +133,7 @@ const CategoryView = () => {
- {category.description || "No description available."} + {(category as any).description || "No description available."}