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 b4eb8b35a104a..ce5c7aa7b9b3c 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], ); diff --git a/src/features/Conversation/components/InboxWelcome/index.tsx b/src/features/Conversation/components/InboxWelcome/index.tsx index 899a119dfda41..151aa074e1e4e 100644 --- a/src/features/Conversation/components/InboxWelcome/index.tsx +++ b/src/features/Conversation/components/InboxWelcome/index.tsx @@ -48,10 +48,10 @@ const InboxWelcome = memo(() => { return (
- - {/* */} + {/* +

{greeting}

-
+
*/} {t('guide.defaultMessage')}