diff --git a/src/app/dashboard/dashboard-customer.component.html b/src/app/dashboard/dashboard-customer.component.html
index 7f650f0..f2067cc 100644
--- a/src/app/dashboard/dashboard-customer.component.html
+++ b/src/app/dashboard/dashboard-customer.component.html
@@ -147,7 +147,7 @@
-
-
+
{{ category.category || 'N/A' }}
diff --git a/src/app/dashboard/dashboard-customer.component.ts b/src/app/dashboard/dashboard-customer.component.ts
index 4bfa98d..b53f468 100644
--- a/src/app/dashboard/dashboard-customer.component.ts
+++ b/src/app/dashboard/dashboard-customer.component.ts
@@ -102,7 +102,7 @@ export class DashboardCustomerComponent implements OnInit {
showTotalCategoryList: boolean = false;
totalCategoryLimit: number = 10;
- totalCategoryList: any;
+ totalCategoryList: any[]=[];
// Graph widgets
public widgetList = [