diff --git a/src/app/dashboard/dashboard-customer.component.ts b/src/app/dashboard/dashboard-customer.component.ts
index 4b77535..e9dccf8 100644
--- a/src/app/dashboard/dashboard-customer.component.ts
+++ b/src/app/dashboard/dashboard-customer.component.ts
@@ -121,14 +121,6 @@ export class DashboardCustomerComponent implements OnInit {
// Graph widgets
public widgetList = [
- {
- type: 'graph',
- name: 'total_duration',
- duration: '400',
- icon: 'icon-diamond',
- title: '(test) last 400 days',
- dataType: DataType.currency,
- },
{
type: 'graph',
name: 'total_last_week',
diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html
index cd0d250..1ba65a1 100644
--- a/src/app/dashboard/dashboard.component.html
+++ b/src/app/dashboard/dashboard.component.html
@@ -59,22 +59,9 @@
-