mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-22 01:02:06 -07:00
remove path in config view
This commit is contained in:
@@ -31,7 +31,7 @@ class Configure extends React.Component {
|
||||
return (
|
||||
<Content>
|
||||
<TabsMenu onSelect={this.handleSelect} />
|
||||
// Default View
|
||||
{/* // Default View */}
|
||||
{_this.state.menuItem === 'Configure' && (
|
||||
<>
|
||||
<ConfigureInfo />
|
||||
@@ -50,7 +50,7 @@ class Configure extends React.Component {
|
||||
</>
|
||||
)}
|
||||
|
||||
// Load Plugin Views
|
||||
{/* // Load Plugin Views */}
|
||||
{_this.state.menuItem !== 'Configure' &&
|
||||
MenuComponents.filter(
|
||||
menuItem => menuItem.key === _this.state.menuItem
|
||||
|
||||
Reference in New Issue
Block a user