mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update key of daily memo
This commit is contained in:
@@ -161,7 +161,7 @@ const DailyReview = () => {
|
|||||||
) : (
|
) : (
|
||||||
<div className="flex flex-col justify-start items-start w-full mt-2">
|
<div className="flex flex-col justify-start items-start w-full mt-2">
|
||||||
{dailyMemos.map((memo) => (
|
{dailyMemos.map((memo) => (
|
||||||
<DailyMemo key={`${memo.id}-${memo.updatedTs}`} memo={memo} />
|
<DailyMemo key={`${memo.id}-${memo.displayTs}`} memo={memo} />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user