Chat title remove dash

This commit is contained in:
Eudes Inácio
2023-08-14 16:27:57 +01:00
parent 0f3416cc30
commit b10dce895a
3 changed files with 9 additions and 9 deletions
@@ -11,7 +11,7 @@
</div>
<div class="middle-container" *ngIf="!showMessageOptions">
<div class="middle add-ellipsis">
<ion-label class="title">{{ ChatSystemService.getGroupRoom(roomId).name }}</ion-label>
<ion-label class="title">{{ ChatSystemService.getGroupRoom(roomId).name.split('-').join(' ') }}</ion-label>
</div>
</div>
<div class="middle-container-options" *ngIf="showMessageOptions">