This commit is contained in:
Timothy Jaeryang Baek
2026-02-21 15:17:36 -06:00
parent 4c94f5d434
commit bc482b9cce
+1 -3
View File
@@ -402,9 +402,7 @@
<div class="text-xs overflow-hidden text-ellipsis line-clamp-1 text-gray-500">
/{prompt.command}
</div>
{#if prompt.is_active === false}
<Badge type="muted" content={$i18n.t('Inactive')} />
{/if}
</div>
{#if !prompt.write_access}
<Badge type="muted" content={$i18n.t('Read Only')} />