We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108bfd1 commit d6b340cCopy full SHA for d6b340c
src/leaflet-component/site-marker.ts
@@ -58,8 +58,8 @@ export function siteMarker(
58
signal strength: ${round2(summary?.dbm * MULTIPLIERS.dbm)} ${UNITS.dbm}<br/>
59
ping: ${round2(summary?.ping * MULTIPLIERS.ping)} ${UNITS.ping}<br/>
60
upload speed: ${round2(summary?.upload_speed * MULTIPLIERS.upload_speed)} ${
61
- UNITS.upload_speed
62
- }<br/>
+ UNITS.upload_speed
+ }<br/>
63
download speed: ${round2(
64
summary?.download_speed * MULTIPLIERS.download_speed,
65
)} ${UNITS.download_speed}`,
0 commit comments