Commit 7cdc5c71 authored by Steven's avatar Steven

chore: update key of daily memo

parent 4180cc3a
...@@ -161,7 +161,7 @@ const DailyReview = () => { ...@@ -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>
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment