mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
typo
This commit is contained in:
parent
44778d4034
commit
3b0f7c8fec
@ -323,7 +323,7 @@ export function CameraLineGraph({
|
||||
numTicks += -3;
|
||||
} else if (numDataPoints < 40) {
|
||||
numTicks += -2;
|
||||
} else if (numDataPoints < 30) {
|
||||
} else if (numDataPoints < 60) {
|
||||
numTicks += -1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user