Linter errors in dashboard-customer component
This commit is contained in:
parent
0907134ff7
commit
a5b786a749
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export class DashboardCustomerComponent implements OnInit {
|
||||||
|
|
||||||
/* Setting up dashboard's main variables*/
|
/* Setting up dashboard's main variables*/
|
||||||
name: any;
|
name: any;
|
||||||
email:any;
|
email: any;
|
||||||
myPearPoints: any;
|
myPearPoints: any;
|
||||||
trends: any;
|
trends: any;
|
||||||
myRank: any;
|
myRank: any;
|
||||||
|
|
Reference in a new issue