mirror of
https://github.com/usememos/memos.git
synced 2025-10-12 23:38:26 +08:00
fix: memo filter in daily review
This commit is contained in:
parent
439d88f06b
commit
58429f88a0
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ const DailyReview = () => {
|
||||||
const currentDateStampWithOffset = currentDateStamp + convertToMillis(localSetting);
|
const currentDateStampWithOffset = currentDateStamp + convertToMillis(localSetting);
|
||||||
return (
|
return (
|
||||||
m.rowStatus === "NORMAL" &&
|
m.rowStatus === "NORMAL" &&
|
||||||
|
m.creatorUsername === user.username &&
|
||||||
displayTimestamp >= currentDateStampWithOffset &&
|
displayTimestamp >= currentDateStampWithOffset &&
|
||||||
displayTimestamp < currentDateStampWithOffset + DAILY_TIMESTAMP
|
displayTimestamp < currentDateStampWithOffset + DAILY_TIMESTAMP
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue