diff --git a/src/routes/chat/SessionList/index.tsx b/src/routes/chat/SessionList/index.tsx index b1f6d944..e2affbdc 100644 --- a/src/routes/chat/SessionList/index.tsx +++ b/src/routes/chat/SessionList/index.tsx @@ -113,7 +113,7 @@ const SessionList: FC = ({ tempSession }) => { ]); return ( - <> +
{pinSessions.length ? ( ) : null} -
); }; export default memo(SessionList); diff --git a/src/routes/chat/index.tsx b/src/routes/chat/index.tsx index 5aa121ee..19710595 100644 --- a/src/routes/chat/index.tsx +++ b/src/routes/chat/index.tsx @@ -89,7 +89,7 @@ function ChatPage() { )}