fix minor bugs

This commit is contained in:
ammarahm-ed
2020-10-28 15:52:15 +05:00
parent c0d76de46f
commit 834bf31b39
7 changed files with 16 additions and 20 deletions

View File

@@ -116,7 +116,7 @@ export const UserSection = ({noTextMode}) => {
{syncing ? 'Syncing ' : 'Synced '}
{!syncing ? (
user?.notesnook?.lastSynced ? (
<TimeSince time={user.notesnook.lastSynced} />
<TimeSince time={user.lastSynced} />
) : (
'never'
)