mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Lint fixes
This commit is contained in:
parent
bec9ce9014
commit
d7812c28c6
@ -39,7 +39,6 @@ function History() {
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
data: timelinePages,
|
data: timelinePages,
|
||||||
mutate,
|
|
||||||
size,
|
size,
|
||||||
setSize,
|
setSize,
|
||||||
isValidating,
|
isValidating,
|
||||||
@ -52,7 +51,7 @@ function History() {
|
|||||||
{ revalidateOnFocus: false }
|
{ revalidateOnFocus: false }
|
||||||
);
|
);
|
||||||
|
|
||||||
const [detailLevel, setDetailLevel] = useState<"normal" | "extra" | "full">(
|
const [detailLevel, _] = useState<"normal" | "extra" | "full">(
|
||||||
"normal"
|
"normal"
|
||||||
);
|
);
|
||||||
const [playback, setPlayback] = useState<Card | undefined>();
|
const [playback, setPlayback] = useState<Card | undefined>();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user