chore: fix model ID display in my models

This commit is contained in:
Louis 2024-11-05 14:36:18 +07:00
parent d2fa38f081
commit 2c8c76afa6
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -61,7 +61,7 @@ const MyModelList = ({ model }: Props) => {
>
{model.name}
</h6>
{!isLocalEngine(model.engine) && (
{isLocalEngine(model.engine) && (
<div className="flex gap-x-8">
<p
className="line-clamp-1 text-[hsla(var(--text-secondary))] lg:min-w-[160px] lg:max-w-[160px] xl:max-w-none"