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);
- +