mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 19:28:23 +00:00
fix: fix condition of displaying artifacts
This commit is contained in:
parent
c1182c680c
commit
c07c0228f6
@ -148,7 +148,7 @@ export default function ChatPage() {
|
||||
)}
|
||||
</div>
|
||||
<div>
|
||||
{artifacts?.length && !artifactsOpen && (
|
||||
{artifacts?.length > 0 && !artifactsOpen && (
|
||||
<Tooltip content="Show artifacts of this conversation">
|
||||
<Button
|
||||
variant="ghost"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user