mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 05:26:36 +00:00
reformat
This commit is contained in:
parent
e8c5ab355d
commit
2cf54a8221
@ -32,7 +32,8 @@ export default class NodeDropdownComponent extends Component {
|
||||
<a tabIndex="0"
|
||||
aria-haspopup="true"
|
||||
aria-label="change node. current node ETH node by MyEtherWallet"
|
||||
className="dropdown-toggle" onClick={() => toggleNodeDropdown()}>
|
||||
className="dropdown-toggle"
|
||||
onClick={() => toggleNodeDropdown()}>
|
||||
{nodeList[nodeSelection].name}
|
||||
<small>{' '} ({nodeList[nodeSelection].service})</small>
|
||||
<i className="caret"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user