Skip to content

Commit 072daf4

Browse files
author
Jicheng Lu
committed
minor change
1 parent aa52ace commit 072daf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/chat/[agentId]/[conversationId]/instant-log/instant-log.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</div>
173173
</div>
174174
{/if}
175-
{#if latestStateLog}
175+
{#if latestStateLog && Object.keys(latestStateLog)?.length > 0}
176176
<div
177177
class="log-list instant-log-section instant-log-sec-md"
178178
in:fade={{ duration: inDuration }}

0 commit comments

Comments
 (0)