mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-19 22:38:12 +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"
|
<a tabIndex="0"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-label="change node. current node ETH node by MyEtherWallet"
|
aria-label="change node. current node ETH node by MyEtherWallet"
|
||||||
className="dropdown-toggle" onClick={() => toggleNodeDropdown()}>
|
className="dropdown-toggle"
|
||||||
|
onClick={() => toggleNodeDropdown()}>
|
||||||
{nodeList[nodeSelection].name}
|
{nodeList[nodeSelection].name}
|
||||||
<small>{' '} ({nodeList[nodeSelection].service})</small>
|
<small>{' '} ({nodeList[nodeSelection].service})</small>
|
||||||
<i className="caret"/>
|
<i className="caret"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user