This commit is contained in:
Timothy Jaeryang Baek 2025-06-27 18:29:37 +04:00
parent c91b0cd8c4
commit dd1e4ee983

View file

@ -126,11 +126,6 @@
});
</script>
{(selectedModels ?? []).includes(model?.id)
? model?.id
: (selectedModels ?? []).length > 0
? selectedModels.at(0)
: model?.id}
<div bind:this={contentContainerElement}>
<Markdown
{id}