Skip to content

Commit eaf953c

Browse files
authored
Merge pull request #92 from iceljc/features/refine-chat-window
refine agent routing rules
2 parents db89fe6 + cf6febc commit eaf953c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/page/agent/[agentId]/agent-routing.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@
3232
<th class="agent-prop-key">Field</th>
3333
<td>{rule.field}</td>
3434
</tr>
35+
{#if !!rule.description}
3536
<tr>
3637
<th class="agent-prop-key">Description</th>
3738
<td>{rule.description}</td>
3839
</tr>
40+
{/if}
3941
{#if !!rule.fieldType}
4042
<tr>
4143
<th class="agent-prop-key">Field Type</th>

0 commit comments

Comments
 (0)