Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#2798 from Yidadaa/backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Sep 10, 2023
2 parents 6f8f490 + 5715889 commit 9770b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 />}
Expand Down

0 comments on commit 9770b65

Please sign in to comment.