Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Feb 29, 2024
1 parent 2df0d74 commit e43a206
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions src/renderer/screens/KeyboardSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,7 @@ const KeyboardSelect = (props) => {
<Box sx={{ paddingBottom: 3 }}>
<PageTitle title={t("app.menu.connectAKeyboard")} />
<WebSerialCheck />
{loading && (
<LinearProgress
variant="query"
sx={{
position: "fixed",
top: 0,
left: 0,
right: 0,
}}
/>
)}
{loading && <LinearProgress variant="query" sx={{ position: "fixed", top: 0, left: 0, right: 0 }} />}
<Firmware0_90_1 />
<Card
sx={{
Expand All @@ -106,12 +96,7 @@ const KeyboardSelect = (props) => {
padding: "2 3 3",
}}
>
<CardContent
sx={{
width: "100%",
px: 4,
}}
>
<CardContent sx={{ width: "100%", px: 4 }}>
{focus.focusDeviceDescriptor ? (
<DeviceImage focusDeviceDescriptor={focus.focusDeviceDescriptor} />
) : (
Expand Down

0 comments on commit e43a206

Please sign in to comment.