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