mirror of
https://github.com/urosran/cally.git
synced 2025-07-14 09:17:19 +00:00
ui changes, fixes
This commit is contained in:
@ -18,6 +18,9 @@ export const useGetNotes = () => {
|
||||
|
||||
return snapshot.docs.map((doc) => ({
|
||||
...doc.data(),
|
||||
id: doc.id,
|
||||
createdAt: doc.data().createdAt,
|
||||
updatedAt: doc.data().updatedAt,
|
||||
})) as IBrainDump[];
|
||||
} catch (error) {
|
||||
console.error("Error fetching braindumps:", error);
|
||||
|
Reference in New Issue
Block a user