Make dashboard.component comply linter

This commit is contained in:
Kristóf Tóth 2018-03-21 16:18:13 +01:00
parent 18b93ecaf8
commit 0cf36912c3

View File

@ -33,8 +33,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
layoutHandler(data: LayoutCommand) {
if (data.layout.match('vraw-open|vraw-closed|hraw|default-open|default-closed')) {
this.layout = data.layout;
}
else {
} else {
console.log('Invalid webide layout "' + data.layout + '" received!');
}
}