diff --git a/apps/mobile/src/components/Menu/UserSection.js b/apps/mobile/src/components/Menu/UserSection.js index 825dbdffb..78d39bf01 100644 --- a/apps/mobile/src/components/Menu/UserSection.js +++ b/apps/mobile/src/components/Menu/UserSection.js @@ -115,7 +115,7 @@ export const UserSection = ({noTextMode}) => { }}> {syncing ? 'Syncing ' : 'Synced '} {!syncing ? ( - user?.notesnook?.lastSynced ? ( + user?.lastSynced ? ( ) : ( 'never'