mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
fix face library
This commit is contained in:
parent
4a1c24dd75
commit
64ff95e33b
@ -531,8 +531,12 @@ function TrainingGrid({
|
|||||||
const formattedDate = useFormattedTimestamp(
|
const formattedDate = useFormattedTimestamp(
|
||||||
selectedEvent?.start_time ?? 0,
|
selectedEvent?.start_time ?? 0,
|
||||||
config?.ui.time_format == "24hour"
|
config?.ui.time_format == "24hour"
|
||||||
? t("time.formattedTimestampWithYear.24hour", { ns: "common" })
|
? t("time.formattedTimestampMonthDayYearHourMinute.24hour", {
|
||||||
: t("time.formattedTimestampWithYear.12hour", { ns: "common" }),
|
ns: "common",
|
||||||
|
})
|
||||||
|
: t("time.formattedTimestampMonthDayYearHourMinute.12hour", {
|
||||||
|
ns: "common",
|
||||||
|
}),
|
||||||
config?.ui.timezone,
|
config?.ui.timezone,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user