Placeholder and date math

This commit is contained in:
piratefinn 2018-01-22 17:23:56 +00:00
parent 929b9417d1
commit b33000edc5
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;
}