mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 12:06:38 +08:00
fixup
This commit is contained in:
parent
dbf91016ed
commit
cb57652ba9
@ -113,7 +113,7 @@ export function ChatList(props: { narrow?: boolean }) {
|
||||
{sessions.map((item, i) => (
|
||||
<ChatItem
|
||||
title={item.topic}
|
||||
time={item.lastUpdate}
|
||||
time={new Date(item.lastUpdate).toLocaleString()}
|
||||
count={item.messages.length}
|
||||
key={item.id}
|
||||
id={item.id}
|
||||
|
Loading…
Reference in New Issue
Block a user