mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 07:19:30 +00:00
remove unneeded brackets
This commit is contained in:
parent
4d3208d1a1
commit
a193770994
@ -371,12 +371,11 @@ export default function FrigatePlusSettingsView({
|
||||
{t(
|
||||
"frigatePlus.modelInfo.supportedDetectors",
|
||||
)}
|
||||
: ({model.supportedDetectors.join(", ")}
|
||||
)
|
||||
: {model.supportedDetectors.join(", ")}
|
||||
</div>
|
||||
<div>
|
||||
{t("frigatePlus.modelInfo.dimensions")}{" "}
|
||||
({model.width + "x" + model.height})
|
||||
{model.width + "x" + model.height}
|
||||
</div>
|
||||
<div className="text-xs text-muted-foreground">
|
||||
{id}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user