diff --git a/web/src/pages/DailyReview.tsx b/web/src/pages/DailyReview.tsx index 3b39bda6..13fbc195 100644 --- a/web/src/pages/DailyReview.tsx +++ b/web/src/pages/DailyReview.tsx @@ -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 );