Skip to content

Commit 6cae53b

Browse files
author
Akos Kitta
committed
Use addressLabel for the boards dropdown.
Closes #1331 Signed-off-by: Akos Kitta <[email protected]>
1 parent 28d5869 commit 6cae53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export class BoardsDropDown extends React.Component<BoardsDropDown.Props> {
138138
{boardLabel}
139139
</div>
140140
<div className="arduino-boards-dropdown-item--port-label noWrapInfo noselect">
141-
{port.address}
141+
{port.addressLabel}
142142
</div>
143143
</div>
144144
{selected ? <div className="fa fa-check" /> : ''}

0 commit comments

Comments
 (0)