diff --git a/src/app/components/main-chat/channel-information/channel-information.component.html b/src/app/components/main-chat/channel-information/channel-information.component.html index f9d88b2..e7d72d9 100644 --- a/src/app/components/main-chat/channel-information/channel-information.component.html +++ b/src/app/components/main-chat/channel-information/channel-information.component.html @@ -159,6 +159,7 @@ [openUserWindowBoolean]="openUserWindowBoolean" (closeUserWindow)="changeOpenUserWindowBoolean($event)" > + @if (!publicChannelsList.includes(currentChannel)) {
+ }