diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index afb99c23..f394629b 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -643,7 +643,7 @@ class NoteList extends React.Component { const dateDisplay = moment( config.sortBy === 'CREATED_AT' ? note.createdAt : note.updatedAt - ).fromNow() + ).fromNow('D') if (isDefault) { return (