This commit is contained in:
tiago.kayaya
2022-01-27 14:56:55 +01:00
parent 1665045f7c
commit 9d2bf896fa
2 changed files with 3 additions and 5 deletions
@@ -76,7 +76,7 @@
<div *ngIf="msg.file.type == 'application/img'" (click)="downloadFileMsg(msg)" dfsdvsvs>
<img src={{msg.image_url}} alt="image">
</div>
<div *ngIf="msg.file">
<div *ngIf="msg.file.type != 'application/img'">
<div class="file">
<div (click)="viewDocument(msg, file.title_link)" class="file-details add-ellipsis cursor-pointer"
*ngIf="msg.file">