1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

device menu sorted by instance #2

This commit is contained in:
Szymon Lesisz 2018-08-16 23:03:06 +02:00
parent d8b492e7b6
commit 69a9f12ddf

View File

@ -201,7 +201,7 @@ export class DeviceDropdown extends Component<Props> {
return ( return (
<div key={index} className={css} onClick={() => this.props.onSelectDevice(dev)}> <div key={index} className={css} onClick={() => this.props.onSelectDevice(dev)}>
<div className="label-container"> <div className="label-container">
<span className="label">111{ dev.instanceLabel }</span> <span className="label">{ dev.instanceLabel }</span>
<span className="status">{ deviceStatus }</span> <span className="status">{ deviceStatus }</span>
</div> </div>
<div <div