rearrange configuration view

This commit is contained in:
nicocappabianca
2020-09-23 19:46:40 -03:00
parent 67ff785bfe
commit 7b11a045e7
+7 -7
View File
@@ -34,19 +34,19 @@ class Configure extends React.Component {
{/* // Default View */}
{_this.state.menuItem === 'Configure' && (
<>
<ConfigureInfo />
<Servers
setWalletInfo={_this.props.setWalletInfo}
walletInfo={_this.props.walletInfo}
setBchWallet={_this.props.setBchWallet}
/>
<JsonWebTokens
setWalletInfo={_this.props.setWalletInfo}
walletInfo={_this.props.walletInfo}
setBchWallet={_this.props.setBchWallet}
/>
<Servers
setWalletInfo={_this.props.setWalletInfo}
walletInfo={_this.props.walletInfo}
setBchWallet={_this.props.setBchWallet}
/>
<ConfigureInfo />
</>
)}