Yidadaa 1 year ago
parent
commit
57158890c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/components/settings.tsx

+ 1 - 1
app/components/settings.tsx

@@ -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 />}