mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	fixup
This commit is contained in:
		@@ -270,7 +270,7 @@ function SyncItems() {
 | 
			
		||||
    <List>
 | 
			
		||||
      <ListItem
 | 
			
		||||
        title={Locale.Settings.Sync.LastUpdate}
 | 
			
		||||
        subTitle={new Date().toLocaleString()}
 | 
			
		||||
        subTitle={new Date(syncStore.lastSyncTime).toLocaleString()}
 | 
			
		||||
      >
 | 
			
		||||
        <IconButton
 | 
			
		||||
          icon={<ResetIcon />}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user