mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
feat: do not run timeago live
This commit is contained in:
@@ -185,6 +185,7 @@ function Note(props) {
|
||||
/>
|
||||
))} */}
|
||||
<TimeAgo
|
||||
live={false}
|
||||
style={{ fontSize: theme.fontSizes["subBody"] }}
|
||||
datetime={note.dateCreated}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user