Skip to content

Commit 417cb8a

Browse files
committed
do not show hashtag bar in chat thread
1 parent d020cec commit 417cb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/chat/chat-log.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export function ChatLog({
237237

238238
return (
239239
<>
240-
{visibleHashtags.size > 0 && (
240+
{!singleThreadView && visibleHashtags.size > 0 && (
241241
<HashtagBar
242242
style={{ margin: "5px 15px 15px 15px" }}
243243
actions={{

0 commit comments

Comments
 (0)