diff --git a/src/components/ChatView.astro b/src/components/ChatView.astro index 8567be4..bd1d3ce 100644 --- a/src/components/ChatView.astro +++ b/src/components/ChatView.astro @@ -73,7 +73,7 @@ const userIsCreator = await isUserChatCreator(user.id, chat.chat.id); )) } - {userIsCreator ? ( + {userIsCreator && others.length > 0 ? (

Пользователи не в чате