mirror of
https://github.com/usememos/memos.git
synced 2025-10-15 00:36:08 +08:00
chore: update key of daily memo
This commit is contained in:
parent
4180cc3a3d
commit
7cdc5c711c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ const DailyReview = () => {
|
|||
) : (
|
||||
<div className="flex flex-col justify-start items-start w-full mt-2">
|
||||
{dailyMemos.map((memo) => (
|
||||
<DailyMemo key={`${memo.id}-${memo.updatedTs}`} memo={memo} />
|
||||
<DailyMemo key={`${memo.id}-${memo.displayTs}`} memo={memo} />
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue