Placeholder and date math
This commit is contained in:
parent
6cca97cc68
commit
5f2eee81ba
3 changed files with 117 additions and 3 deletions
|
@ -168,7 +168,7 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
this.sectorPurchases = Object.keys(data.purchases).map(key => data.purchases[key]);
|
||||
}
|
||||
|
||||
public loadMore () {
|
||||
private loadMore () {
|
||||
this.disableSectorButton = true;
|
||||
this.sectorLimit = 22;
|
||||
}
|
||||
|
|
Reference in a new issue