Fix Prettier formatting in StatisticsPanel

This commit is contained in:
gorkem-bwl
2026-01-15 20:48:15 -05:00
parent 1ab31d19f3
commit 54ecf02d9a
@@ -149,7 +149,9 @@ const StatisticsPanel = ({ isLoading = false, error = null, summary = {} }) => {
}}
>
{t("incidentsPage.avgResolutionTime")}:{" "}
{summary.total > 0 ? `${summary.avgResolutionTimeHours || 0} ${t("incidentsPage.hours")}` : "N/A"}
{summary.total > 0
? `${summary.avgResolutionTimeHours || 0} ${t("incidentsPage.hours")}`
: "N/A"}
</Typography>
</Box>
</Stack>