fix(root-frame): remove browser
This commit is contained in:
parent
c00051f98f
commit
7df3cd0981
1 changed files with 0 additions and 8 deletions
|
@ -112,14 +112,6 @@ export class RootFrame extends React.Component<Props, State, {}> {
|
|||
</div>
|
||||
|
||||
<div className={`container-center ${showBrowser}`}>
|
||||
{/* <Browser
|
||||
browser={this.props.browser}
|
||||
msg={this.props.msg}
|
||||
login={this.props.login}
|
||||
ui={this.props.ui}
|
||||
update={this.props.update}
|
||||
/> */}
|
||||
|
||||
<span className={filesPanelClass}>
|
||||
<FilesPanel
|
||||
filesInfo={this.props.filesInfo}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue