mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix test
This commit is contained in:
parent
617e06938c
commit
4a603006dd
@ -295,7 +295,7 @@ export default function Events({ path, ...props }) {
|
||||
return <ActivityIndicator />;
|
||||
}
|
||||
|
||||
const timezone = config.ui.timezone || Intl.DateTimeFormat().resolvedOptions().timeZone;
|
||||
const timezone = config.ui?.timezone || Intl.DateTimeFormat().resolvedOptions().timeZone;
|
||||
|
||||
return (
|
||||
<div className="space-y-4 p-2 px-4 w-full">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user