Merge pull request #2798 from Yidadaa/backup

This commit is contained in:
Yifei Zhang 2023-09-11 00:41:25 +08:00 committed by GitHub
commit 9770b65146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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