This commit is contained in:
Peter Maquiran
2022-07-27 16:12:46 +01:00
parent 48dcea0a09
commit 266b09f3a8
6 changed files with 20 additions and 8 deletions
+2
View File
@@ -198,6 +198,7 @@
<app-contacts
(openMessage)="openMessagesPage($event)"
(emptyTextDescriptionOpen)="emptyTextDescriptionOpen()"
*ngIf="showContacts"
[style.display]="showContacts ? 'flex' : 'none'"
class=" height-100 flex-column">
@@ -205,6 +206,7 @@
<app-new-group
(addGroupMessage)="openGroupContactsPage($event)"
(closeAllDesktopComponents)="closeAllDesktopComponents()"
[style.display]="showNewGroup ? 'flex' : 'none'"
class=" height-100 flex-column">
</app-new-group>