mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Apply suggestions from code review
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
1c0e2e8430
commit
f6c64ff88e
@ -268,7 +268,7 @@ export default function LiveDashboardView({
|
||||
|
||||
useKeyboardListener(["f"], onKeyboardShortcut);
|
||||
const handleFullScreenQuery = useCallback(
|
||||
(value: string) => {
|
||||
() => {
|
||||
if (!fullscreen) {
|
||||
toggleFullscreen();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user