mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-16 18:16:44 +03:00
chore: lint
This commit is contained in:
parent
8da5a882e9
commit
c318963f8a
@ -876,9 +876,8 @@ function LifecycleIconRow({
|
||||
}}
|
||||
/>
|
||||
<span className="smart-capitalize">
|
||||
{item.data?.zones_friendly_names?.[
|
||||
zidx
|
||||
] ?? zone.replaceAll("_", " ")}
|
||||
{item.data?.zones_friendly_names?.[zidx] ??
|
||||
zone.replaceAll("_", " ")}
|
||||
</span>
|
||||
</Badge>
|
||||
);
|
||||
|
||||
@ -603,9 +603,7 @@ function LifecycleItem({
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<div className="flex items-start text-left">
|
||||
<Trans>
|
||||
{getLifecycleItemDescription(item)}
|
||||
</Trans>
|
||||
<Trans>{getLifecycleItemDescription(item)}</Trans>
|
||||
</div>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user