mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-04 18:39:54 +00:00
fixed corrupted profile icons
This commit is contained in:
parent
de3829a94c
commit
b922fe7776
@ -9,6 +9,6 @@ export class FastHtmlBindDirective implements OnChanges {
|
||||
constructor (private el: ElementRef) { }
|
||||
|
||||
ngOnChanges () {
|
||||
this.el.nativeElement.innerHTML = this.fastHtmlBind
|
||||
this.el.nativeElement.innerHTML = this.fastHtmlBind || ''
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user