Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/src/components/PageComponents/Connect/Serial.tsx
|
|
|
@ -60,7 +60,7 @@ export const Serial = ( |
|
|
|
const product = usbProductId ?? t("unknown.shortName"); |
|
|
|
return ( |
|
|
|
<Button |
|
|
|
key={`${vendor}-${product}-${port.getInfo().usbVendorId}-${port.getInfo().usbProductId}`} |
|
|
|
key={`${vendor}-${product}-${index}`} |
|
|
|
disabled={port.readable !== null} |
|
|
|
variant="default" |
|
|
|
onClick={async () => { |
|
|
|
|