Browse Source

Remove junk on sidebar

pull/39/head
Sacha Weatherstone 4 years ago
parent
commit
928a2aee50
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 3
      src/components/Sidebar.tsx

3
src/components/Sidebar.tsx

@ -58,9 +58,6 @@ export const Sidebar = (): JSX.Element => {
batteryLevel={currentMetrics.batteryLevel}
voltage={currentMetrics.voltage}
/>
{JSON.stringify(
nodes.find((n) => n.data.num === hardware.myNodeNum)?.deviceMetrics
)}
<PeersWidget
peers={nodes
.map((n) => n.data)

Loading…
Cancel
Save