Skip to content

Commit

Permalink
Fixing tiny bug on showing the 'new chat' link
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed Oct 18, 2023
1 parent d1d1fa8 commit 584bb19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/components/rhs/rhs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export default function RHS() {

let content = null;
if (selectedPostId) {
if (currentTab !== 'thread') {
setCurrentTab('thread')
}
content = (
<ThreadViewer
inputPlaceholder='Reply...'
Expand Down

0 comments on commit 584bb19

Please sign in to comment.