Commit 58429f88 authored by Steven's avatar Steven

fix: memo filter in daily review

parent 439d88f0
......@@ -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
);
......
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