diff --git a/src/routes/chat/SessionList/Session.tsx b/src/routes/chat/SessionList/Session.tsx index 9bde4754..158a18e1 100644 --- a/src/routes/chat/SessionList/Session.tsx +++ b/src/routes/chat/SessionList/Session.tsx @@ -148,8 +148,8 @@ const Session: FC = ({
0 ? `w-36` : ``)}>{renderPreviewMessage(previewMsg)} {unreads > 0 && !isCurrentPath && ( - 99 && 'w-1.5 !h-1.5 p-0 min-w-[unset]', muted && "bg-gray-500")}> - {unreads > 99 ? null : unreads} + + {unreads > 99 ? "99+" : unreads} )}