mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-25 10:41:51 +00:00
fixed corrupted profile icons
This commit is contained in:
@@ -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 || ''
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user