diff --git a/src/widgets/frigate/component.jsx b/src/widgets/frigate/component.jsx index 08e1bf5f2..bd8f1dd2f 100644 --- a/src/widgets/frigate/component.jsx +++ b/src/widgets/frigate/component.jsx @@ -4,14 +4,14 @@ 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, thumbnail }) { +function Event({ camera, label, startTime, score }) { const { i18n } = useTranslation(); const dateFormatter = new Intl.DateTimeFormat(i18n.language, { timeStyle: "short", dateStyle: "medium" }); const percentFormatter = new Intl.NumberFormat(i18n.language, { style: "percent" }); return ( -