forked from XiaoMo/ChatGPT-Next-Web
fixup
This commit is contained in:
parent
415e9dc913
commit
57158890c3
@ -270,7 +270,7 @@ function SyncItems() {
|
|||||||
<List>
|
<List>
|
||||||
<ListItem
|
<ListItem
|
||||||
title={Locale.Settings.Sync.LastUpdate}
|
title={Locale.Settings.Sync.LastUpdate}
|
||||||
subTitle={new Date().toLocaleString()}
|
subTitle={new Date(syncStore.lastSyncTime).toLocaleString()}
|
||||||
>
|
>
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={<ResetIcon />}
|
icon={<ResetIcon />}
|
||||||
|
Loading…
Reference in New Issue
Block a user