Skip to content

Commit

Permalink
fix: Minor TS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jul 31, 2024
1 parent f0fe2ae commit d377f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const ConnectModal = ({
<h1 className="text-xl">Welcome to ZMK Studio</h1>
{useSimplePicker
? simpleDevicePicker(transports, onTransportCreated)
: deviceList(open, transports, onTransportCreated)}
: deviceList(open || false, transports, onTransportCreated)}
</dialog>
);
};

0 comments on commit d377f6c

Please sign in to comment.