fixed variable definition
This commit is contained in:
parent
49ec42349e
commit
9e5be8bdac
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ export class DashboardCustomerComponent implements OnInit {
|
||||||
trends: any;
|
trends: any;
|
||||||
myRank: any;
|
myRank: any;
|
||||||
username: any;
|
username: any;
|
||||||
|
maxPurchase: number = 0;
|
||||||
|
|
||||||
weekPurchaseList = {
|
weekPurchaseList = {
|
||||||
week_0: 0,
|
week_0: 0,
|
||||||
|
|
Reference in a new issue