Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Sep 10, 2023
1 parent 415e9dc commit 5715889
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 5715889

Please sign in to comment.