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;
|
||||
myRank: any;
|
||||
username: any;
|
||||
maxPurchase: number = 0;
|
||||
|
||||
weekPurchaseList = {
|
||||
week_0: 0,
|
||||
|
|
Reference in a new issue