From 2a4f7aa0ae7674a3920856193e4fbd4a39a59964 Mon Sep 17 00:00:00 2001 From: Artem VV Date: Thu, 25 May 2023 13:35:30 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=BB?= =?UTF-8?q?=D1=8E=D0=B4=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChatView.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (

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