mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
fix(dashboard): fix linter errors
This commit is contained in:
parent
009f5c99c9
commit
f1cab1c8d6
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ export class ElectricityComponent {
|
|||
{ month: 'Oct', delta: '0.16', down: true, kWatts: '791', cost: '92' },
|
||||
{ month: 'Nov', delta: '1.71', down: true, kWatts: '786', cost: '89' },
|
||||
{ month: 'Dec', delta: '0.37', down: false, kWatts: '789', cost: '91' },
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '2016',
|
||||
|
@ -41,7 +41,7 @@ export class ElectricityComponent {
|
|||
{ month: 'Oct', delta: '2.94', down: false, kWatts: '769', cost: '82' },
|
||||
{ month: 'Nov', delta: '0.26', down: true, kWatts: '767', cost: '81' },
|
||||
{ month: 'Dec', delta: '1.62', down: true, kWatts: '760', cost: '76' },
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '2017',
|
||||
|
@ -58,7 +58,7 @@ export class ElectricityComponent {
|
|||
{ month: 'Oct', delta: '1.81', down: true, kWatts: '779', cost: '86' },
|
||||
{ month: 'Nov', delta: '1.12', down: true, kWatts: '774', cost: '84' },
|
||||
{ month: 'Dec', delta: '0.52', down: false, kWatts: '776', cost: '95' },
|
||||
]
|
||||
],
|
||||
},
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue