remove unneeded brackets

This commit is contained in:
leccelecce 2025-03-24 14:48:44 +00:00
parent 4d3208d1a1
commit a193770994

View File

@ -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}