We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d020cec commit 417cb8aCopy full SHA for 417cb8a
src/packages/frontend/chat/chat-log.tsx
@@ -237,7 +237,7 @@ export function ChatLog({
237
238
return (
239
<>
240
- {visibleHashtags.size > 0 && (
+ {!singleThreadView && visibleHashtags.size > 0 && (
241
<HashtagBar
242
style={{ margin: "5px 15px 15px 15px" }}
243
actions={{
0 commit comments