From 584bb192a9fd8c3246f32469c6206b8a4ccb3a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 18 Oct 2023 21:02:08 +0200 Subject: [PATCH] Fixing tiny bug on showing the 'new chat' link --- webapp/src/components/rhs/rhs.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/src/components/rhs/rhs.tsx b/webapp/src/components/rhs/rhs.tsx index acba1911..597a440f 100644 --- a/webapp/src/components/rhs/rhs.tsx +++ b/webapp/src/components/rhs/rhs.tsx @@ -48,6 +48,9 @@ export default function RHS() { let content = null; if (selectedPostId) { + if (currentTab !== 'thread') { + setCurrentTab('thread') + } content = (