diff --git a/src/widgets/frigate/component.jsx b/src/widgets/frigate/component.jsx index 685a8c489..08e1bf5f2 100644 --- a/src/widgets/frigate/component.jsx +++ b/src/widgets/frigate/component.jsx @@ -4,7 +4,7 @@ import Container from "components/services/widget/container"; import Block from "components/services/widget/block"; import useWidgetAPI from "utils/proxy/use-widget-api"; -function Event({ camera, label, startTime, score, type, thumbnail }) { +function Event({ camera, label, startTime, score, thumbnail }) { const { i18n } = useTranslation(); const dateFormatter = new Intl.DateTimeFormat(i18n.language, { timeStyle: "short", dateStyle: "medium" }); @@ -21,8 +21,10 @@ function Event({ camera, label, startTime, score, type, thumbnail }) { {dateFormatter.format(new Date(startTime))} {thumbnail && ( + // eslint-disable-next-line @next/next/no-img-element {`Event )}