mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-25 00:18:07 +00:00
device menu sorted by instance #2
This commit is contained in:
parent
d8b492e7b6
commit
69a9f12ddf
@ -201,7 +201,7 @@ export class DeviceDropdown extends Component<Props> {
|
||||
return (
|
||||
<div key={index} className={css} onClick={() => this.props.onSelectDevice(dev)}>
|
||||
<div className="label-container">
|
||||
<span className="label">111{ dev.instanceLabel }</span>
|
||||
<span className="label">{ dev.instanceLabel }</span>
|
||||
<span className="status">{ deviceStatus }</span>
|
||||
</div>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user