fix(root-frame): remove browser

This commit is contained in:
hexxa 2021-11-27 19:43:23 +08:00 committed by Hexxa
parent c00051f98f
commit 7df3cd0981

View file

@ -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}