feat: do not run timeago live

This commit is contained in:
thecodrr
2020-11-23 16:40:51 +05:00
parent 70597bc616
commit 30bc8c8a23

View File

@@ -185,6 +185,7 @@ function Note(props) {
/>
))} */}
<TimeAgo
live={false}
style={{ fontSize: theme.fontSizes["subBody"] }}
datetime={note.dateCreated}
/>