fix(bundles): various fixes

This commit is contained in:
nixa 2019-02-06 09:48:06 +03:00
parent 841d57d0ec
commit 3eaa3f15ff
4 changed files with 13 additions and 21 deletions

View file

@ -61,10 +61,6 @@ export class BackendBundlesSectionComponent implements OnDestroy, AfterViewInit
.subscribe((descriptions) => this.descriptions = descriptions);
}
stopPropagation(e) {
// e.stopPropagation();
}
isCommercial() {
return this.selectedLicenseType === 'Commercial';
}