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