Skip to content

Commit 029dfdf

Browse files
committed
lint
1 parent 5a4b20c commit 029dfdf

File tree

10 files changed

+1715
-1703
lines changed

10 files changed

+1715
-1703
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ root.render(
3232
element={<AdminPortal page='edit-data' />}
3333
/>
3434
</Routes>
35-
</BrowserRouter>
35+
</BrowserRouter>,
3636
);

src/leaflet-component/site-marker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export function siteMarker(
5858
signal strength: ${round2(summary?.dbm * MULTIPLIERS.dbm)} ${UNITS.dbm}<br/>
5959
ping: ${round2(summary?.ping * MULTIPLIERS.ping)} ${UNITS.ping}<br/>
6060
upload speed: ${round2(summary?.upload_speed * MULTIPLIERS.upload_speed)} ${
61-
UNITS.upload_speed
62-
}<br/>
61+
UNITS.upload_speed
62+
}<br/>
6363
download speed: ${round2(
6464
summary?.download_speed * MULTIPLIERS.download_speed,
6565
)} ${UNITS.download_speed}`,

0 commit comments

Comments
 (0)