lint fixes

This commit is contained in:
Marie Verdonck
2020-07-16 11:45:48 +02:00
parent 930512efaa
commit 9e095d09b6
5 changed files with 7 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ import { BehaviorSubject } from 'rxjs';
selector: 'ds-menu-section',
template: ''
})
export class MenuSectionComponent implements OnInit, OnDestroy{
export class MenuSectionComponent implements OnInit, OnDestroy {
/**
* Observable that emits whether or not this section is currently active
@@ -43,7 +43,6 @@ export class MenuSectionComponent implements OnInit, OnDestroy{
component: GenericConstructor<MenuSectionComponent>
}>> = new BehaviorSubject(new Map());
/**
* Array to track all subscriptions and unsubscribe them onDestroy
* @type {Array}