diff --git a/src/app/(main)/chat/@session/features/SessionListContent/List/Item/index.tsx b/src/app/(main)/chat/@session/features/SessionListContent/List/Item/index.tsx index b4eb8b35a104..ce5c7aa7b9b3 100644 --- a/src/app/(main)/chat/@session/features/SessionListContent/List/Item/index.tsx +++ b/src/app/(main)/chat/@session/features/SessionListContent/List/Item/index.tsx @@ -59,11 +59,7 @@ const SessionItem = memo(({ id }) => { const addon = useMemo( () => - !showModel ? undefined : ( - - - - ), + undefined, [showModel, model], );