mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-14 16:01:13 +03:00
don't use shorthand
This commit is contained in:
parent
4c251bd5b6
commit
3499d24f32
@ -256,13 +256,13 @@ export function CameraOverridesBadge({ sectionPath, className }: Props) {
|
|||||||
className={`cursor-pointer border-2 border-selected text-xs text-primary-variant ${className ?? ""}`}
|
className={`cursor-pointer border-2 border-selected text-xs text-primary-variant ${className ?? ""}`}
|
||||||
aria-label={t("button.overriddenInCameras.tooltip", {
|
aria-label={t("button.overriddenInCameras.tooltip", {
|
||||||
ns: "views/settings",
|
ns: "views/settings",
|
||||||
count,
|
count: count,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
{t("button.overriddenInCameras.label", {
|
{t("button.overriddenInCameras.label", {
|
||||||
ns: "views/settings",
|
ns: "views/settings",
|
||||||
count,
|
count: count,
|
||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
<LuChevronDown className="ml-1 size-3" />
|
<LuChevronDown className="ml-1 size-3" />
|
||||||
@ -273,7 +273,7 @@ export function CameraOverridesBadge({ sectionPath, className }: Props) {
|
|||||||
<div className="pr-4 text-xs text-primary-variant">
|
<div className="pr-4 text-xs text-primary-variant">
|
||||||
{t("button.overriddenInCameras.heading", {
|
{t("button.overriddenInCameras.heading", {
|
||||||
ns: "views/settings",
|
ns: "views/settings",
|
||||||
count,
|
count: count,
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
<div className="scrollbar-container flex max-h-[40dvh] flex-col gap-2 overflow-y-auto pr-4">
|
<div className="scrollbar-container flex max-h-[40dvh] flex-col gap-2 overflow-y-auto pr-4">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user