fix(dashboard): fix linter errors

This commit is contained in:
KostyaDanovsky 2017-07-13 12:09:02 +03:00
parent 009f5c99c9
commit f1cab1c8d6

View file

@ -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' },
]
],
},
];
}