We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f95fd6 commit a6a7af4Copy full SHA for a6a7af4
arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx
@@ -138,7 +138,7 @@ export class BoardsDropDown extends React.Component<BoardsDropDown.Props> {
138
{boardLabel}
139
</div>
140
<div className="arduino-boards-dropdown-item--port-label noWrapInfo noselect">
141
- {port.addressLabel}
+ {port.addressLabel || port.address}
142
143
144
{selected ? <div className="fa fa-check" /> : ''}
0 commit comments