diff --git a/apps/web/src/components/notebook/index.js b/apps/web/src/components/notebook/index.js index 84a4aafeb..b007fa23d 100644 --- a/apps/web/src/components/notebook/index.js +++ b/apps/web/src/components/notebook/index.js @@ -79,7 +79,7 @@ const Notebook = ({ item, index, onClick, onTopicClick }) => { } info={ - {new Date(notebook.id).toDateString().substring(4)} + {new Date(notebook.dateCreated).toDateString().substring(4)}