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
@@ -3,7 +3,7 @@
<div class="main-header">
<div class="header-top">
<div class="middle">
<ion-label class="title">{{ ChatSystemService.getGroupRoom(roomId).name }}</ion-label>
<ion-label class="title">{{ ChatSystemService.getGroupRoom(roomId).name.split('-').join(' ') }}</ion-label>
</div>
<div class="right">
<button title="Menu" class="btn-no-color" (click)="openGroupMessagesOptions()">