mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Fix last hour preview (#13027)
This commit is contained in:
		
							parent
							
								
									05bc3839cc
								
							
						
					
					
						commit
						b0d42ea116
					
				| @ -111,7 +111,7 @@ export default function Events() { | ||||
|     } | ||||
| 
 | ||||
|     return { | ||||
|       before: Math.floor(reviewSearchParams["before"]), | ||||
|       before: Math.ceil(reviewSearchParams["before"]), | ||||
|       after: Math.floor(reviewSearchParams["after"]), | ||||
|     }; | ||||
|   }, [last24Hours, reviewSearchParams]); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user