fix(setting-sidebar): Ie and firefox position bugs, linter (#2023)

This commit is contained in:
Vladislav Ahmetvaliev 2019-02-06 14:19:12 +03:00 committed by Dmitry Nehaychik
parent 1fb3205681
commit 8d471ba5b8
2 changed files with 8 additions and 7 deletions

View file

@ -13,7 +13,7 @@ export class InteractiveProgressBarComponent {
this.value = Math.min(Math.max(newValue, 0), 100);
}
get status(){
get status() {
if (this.value <= 25) {
return 'danger';
} else if (this.value <= 50) {