mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-26 20:08:58 +03:00
Fix linter and fix lint issues (#10141)
This commit is contained in:
@@ -7,7 +7,7 @@ type CameraImageProps = {
|
||||
className?: string;
|
||||
camera: string;
|
||||
onload?: () => void;
|
||||
searchParams?: {};
|
||||
searchParams?: string;
|
||||
};
|
||||
|
||||
export default function CameraImage({
|
||||
|
||||
Reference in New Issue
Block a user