mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix date time bug
This commit is contained in:
		@@ -72,9 +72,7 @@ export function ChatItem(props: {
 | 
			
		||||
                <div className={styles["chat-item-count"]}>
 | 
			
		||||
                  {Locale.ChatItem.ChatItemCount(props.count)}
 | 
			
		||||
                </div>
 | 
			
		||||
                <div className={styles["chat-item-date"]}>
 | 
			
		||||
                  {new Date(props.time).toLocaleString()}
 | 
			
		||||
                </div>
 | 
			
		||||
                <div className={styles["chat-item-date"]}>{props.time}</div>
 | 
			
		||||
              </div>
 | 
			
		||||
            </>
 | 
			
		||||
          )}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user