This commit is contained in:
tiago.kayaya
2022-01-24 14:28:49 +01:00
parent f4b86dcd6d
commit cbfc2be2cc
2 changed files with 1 additions and 2 deletions
@@ -159,7 +159,6 @@
<div>
<div (click)="openPreview(msg)">
<!-- <img *ngIf="file.image_url" src="{{file.image_url}}" alt="image" (click)="imageSize(file.image_url)"> -->
TTTT
<img *ngIf="msg.file.image_url" src="{{msg.file.image_url}}" alt="image">
</div>
</div>