Remove narrow unit display

This commit is contained in:
shamoon 2023-05-09 16:43:53 -07:00
parent 7d877fb8e0
commit 20e3c16089
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,6 @@ export default function Component({ service }) {
value: speedtestData.data.ping,
style: "unit",
unit: "millisecond",
unitDisplay: "narrow",
})}
/>
</Container>