fix load image

This commit is contained in:
Peter Maquiran
2022-01-20 15:33:55 +01:00
parent e86d9d8b35
commit 38fcf7e514
3 changed files with 38 additions and 18 deletions
@@ -132,7 +132,7 @@
<div>
<div (click)="openPreview(msg)">
<!-- <img *ngIf="file.image_url" src="{{file.image_url}}" alt="image" (click)="imageSize(file.image_url)"> -->
TTTT
File
<img *ngIf="msg.file.image_url" src="{{msg.file.image_url}}" alt="image">
</div>
</div>