fix: fixed an issue where I broke images for some users

pull/4701/head
Jamie 2 years ago committed by GitHub
parent 9dcf1bb59a
commit 81ddc8553b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
<img src="{{baseUrl + src}}" (onError)="onError($event)" [class]="class" [id]="id" [style]="style"/>
<img src="{{src}}" (onError)="onError($event)" [class]="class" [id]="id" [style]="style"/>

Loading…
Cancel
Save