This commit is contained in:
Timothy Jaeryang Baek 2025-06-09 01:26:32 +04:00
parent 2f338b6ae7
commit 86551de1f7

View File

@ -645,7 +645,7 @@
</div>
{/if}
{#if ($settings?.pinnedModels ?? []).length > 0}
{#if ($models ?? []).length > 0 && ($settings?.pinnedModels ?? []).length > 0}
<div class="pt-1.5">
{#each $settings.pinnedModels as modelId (modelId)}
{@const model = $models.find((model) => model.id === modelId)}