Skip to content

Commit cf6febc

Browse files
committed
refine agent routing rules
1 parent db89fe6 commit cf6febc

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)