mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix lastSynced value not updated
This commit is contained in:
@@ -115,7 +115,7 @@ export const UserSection = ({noTextMode}) => {
|
||||
}}>
|
||||
{syncing ? 'Syncing ' : 'Synced '}
|
||||
{!syncing ? (
|
||||
user?.notesnook?.lastSynced ? (
|
||||
user?.lastSynced ? (
|
||||
<TimeSince time={user.lastSynced} />
|
||||
) : (
|
||||
'never'
|
||||
|
||||
Reference in New Issue
Block a user