From b31e34b25ffdcc160cb9eef1395353922c402eef Mon Sep 17 00:00:00 2001 From: Artem VV Date: Fri, 19 May 2023 21:15:28 +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=BD=D0=B0=D0=B2=D0=B1=D0=B0=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/chats.astro | 2 +- src/pages/index.astro | 2 +- src/pages/newChat.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/chats.astro b/src/pages/chats.astro index f612d99..8bd952a 100644 --- a/src/pages/chats.astro +++ b/src/pages/chats.astro @@ -30,7 +30,7 @@ const user = (await getSessionUser(sessId))!;
- +
{openChat !== null && } diff --git a/src/pages/index.astro b/src/pages/index.astro index 1c4e82a..eb37f67 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -23,7 +23,7 @@ const user = (await getSessionUser(sessId))!;
- +
diff --git a/src/pages/newChat.astro b/src/pages/newChat.astro index 0019bbb..6ca329b 100644 --- a/src/pages/newChat.astro +++ b/src/pages/newChat.astro @@ -23,7 +23,7 @@ const users = (await searchUsers({})).filter((e) => e.id !== user.id);
- +