mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: use notebook.dateCreated for date
This commit is contained in:
@@ -79,7 +79,7 @@ const Notebook = ({ item, index, onClick, onTopicClick }) => {
|
||||
}
|
||||
info={
|
||||
<Flex justifyContent="center" alignItems="center">
|
||||
{new Date(notebook.id).toDateString().substring(4)}
|
||||
{new Date(notebook.dateCreated).toDateString().substring(4)}
|
||||
<Text as="span" mx={1}>
|
||||
•
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user