mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
Merge pull request #72 from Permissionless-Software-Foundation/rearrange/configuration_view
Rearrange Configuration View
This commit is contained in:
@@ -22,4 +22,5 @@ Standard workflow for setting up a development environment for working on this r
|
||||
- `npm start`
|
||||
|
||||
## License
|
||||
|
||||
[MIT](./LICENSE.md)
|
||||
|
||||
@@ -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 />
|
||||
</>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user