+
+
+ {t("trackingDetails.lifecycleItemDesc.header.score")}
- ) : (
- N/A
- )}
-
- {attributeAreaPx !== undefined &&
- attributeAreaPct !== undefined && (
-
-
- {t("trackingDetails.lifecycleItemDesc.header.area")} (
- {getTranslatedLabel(item.data.attribute)})
-
-
- {t("information.pixels", {
- ns: "common",
- area: attributeAreaPx,
- })}{" "}
- · {attributeAreaPct}%
-
-
- )}
-
- {item.data?.zones && item.data.zones.length > 0 && (
-
- {item.data.zones.map((zone, zidx) => {
- const color = getZoneColor(zone)?.join(",") ?? "0,0,0";
- return (
- {
- e.stopPropagation();
- setSelectedZone(zone);
- }}
- style={{
- borderColor: `rgba(${color}, 0.6)`,
- background: `rgba(${color}, 0.08)`,
- }}
- >
-
-
- {item.data?.zones_friendly_names?.[zidx]}
-
-
- );
- })}
+ {score}
- )}
-
+