mirror of
				https://github.com/usememos/memos.git
				synced 2025-11-01 01:06:04 +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…
	
	Add table
		
		Reference in a new issue