remove path in config view

This commit is contained in:
nicocappabianca
2020-08-23 18:15:48 -03:00
parent 36c276f595
commit 2516dc909e
+2 -2
View File
@@ -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