diff --git a/src/app/dashboard/dashboard-customer.component.ts b/src/app/dashboard/dashboard-customer.component.ts
index e781f78..b304d54 100644
--- a/src/app/dashboard/dashboard-customer.component.ts
+++ b/src/app/dashboard/dashboard-customer.component.ts
@@ -114,7 +114,7 @@ export class DashboardCustomerComponent implements OnInit {
constructor(
private api: ApiService,
) {
- this.api.basicStats().subscribe(
+ this.api.customerStats().subscribe(
result => {
this.setWeekPurchaseList(result.weeks);
this.setSectorList(result.sectors);
diff --git a/src/app/dashboard/leaderboard.component.html b/src/app/dashboard/leaderboard.component.html
index 34345f3..c5014ea 100644
--- a/src/app/dashboard/leaderboard.component.html
+++ b/src/app/dashboard/leaderboard.component.html
@@ -23,8 +23,8 @@
Position
- Value
- Purchase Time
+ Name
+ Amount