diff --git a/src/App.tsx b/src/App.tsx index 249d3409..9045a216 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,7 @@ export const App = (): JSX.Element => { const device = getDevice(selectedDevice); return ( -
+
{device && ( diff --git a/src/pages/Info.tsx b/src/pages/Info.tsx index 031b0431..e8ec8854 100644 --- a/src/pages/Info.tsx +++ b/src/pages/Info.tsx @@ -10,7 +10,7 @@ export const InfoPage = (): JSX.Element => { const myNode = nodes.find((n) => n.data.num === hardware.myNodeNum); return ( -
+