-
{t("common.ms", { value: data.latency, style: "unit", unit: "millisecond", unitDisplay: "narrow", maximumFractionDigits: 0 })}
+
{t("common.ms", { value: data.latency, style: "unit", unit: "millisecond", maximumFractionDigits: 0 })}
);
diff --git a/src/widgets/speedtest/component.jsx b/src/widgets/speedtest/component.jsx
index 58c72ef5..0102025b 100644
--- a/src/widgets/speedtest/component.jsx
+++ b/src/widgets/speedtest/component.jsx
@@ -38,7 +38,6 @@ export default function Component({ service }) {
value: speedtestData.data.ping,
style: "unit",
unit: "millisecond",
- unitDisplay: "narrow",
})}
/>