fixed variable definition
This commit is contained in:
parent
728f9e3d47
commit
46d99d11f9
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