mirror of
https://github.com/usememos/memos.git
synced 2025-01-31 17:48:12 +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);
|
||||
return (
|
||||
m.rowStatus === "NORMAL" &&
|
||||
m.creatorUsername === user.username &&
|
||||
displayTimestamp >= currentDateStampWithOffset &&
|
||||
displayTimestamp < currentDateStampWithOffset + DAILY_TIMESTAMP
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue