提交 b922fe77 编写于 作者: E Eugene Pankov

fixed corrupted profile icons

上级 de3829a9
...@@ -9,6 +9,6 @@ export class FastHtmlBindDirective implements OnChanges { ...@@ -9,6 +9,6 @@ export class FastHtmlBindDirective implements OnChanges {
constructor (private el: ElementRef) { } constructor (private el: ElementRef) { }
ngOnChanges () { ngOnChanges () {
this.el.nativeElement.innerHTML = this.fastHtmlBind this.el.nativeElement.innerHTML = this.fastHtmlBind || ''
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册