Placeholder and date math

This commit is contained in:
piratefinn 2018-01-22 17:23:56 +00:00
parent 6cca97cc68
commit 5f2eee81ba
3 changed files with 117 additions and 3 deletions

View file

@ -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;
}