mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
remove unneeded
This commit is contained in:
parent
2681c9ddf9
commit
ac18ebadd1
@ -39,17 +39,7 @@ const SEARCH_FILTER_ARRAY_KEYS = [
|
||||
export default function Explore() {
|
||||
// search field handler
|
||||
|
||||
const { t } = useTranslation([
|
||||
"views/explore",
|
||||
"views/search",
|
||||
"components/filter",
|
||||
"views/events",
|
||||
"components/camera",
|
||||
"components/dialog",
|
||||
"views/faceLibrary",
|
||||
"views/settings",
|
||||
"components/player",
|
||||
]);
|
||||
const { t } = useTranslation(["views/explore"]);
|
||||
const { getLocaleDocUrl } = useDocDomain();
|
||||
|
||||
const { data: config } = useSWR<FrigateConfig>("config", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user