fix: models workspace

This commit is contained in:
Timothy Jaeryang Baek 2024-11-18 21:10:34 -08:00
parent e2d20896b6
commit 6b410ca56a

View File

@ -266,7 +266,7 @@
<div class="flex gap-1 text-xs overflow-hidden">
<div class="line-clamp-1">
{#if model?.meta?.description.trim()}
{#if (model?.meta?.description ?? '').trim()}
{model?.meta?.description}
{:else}
{model.id}