mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Remove options page about box
This commit is contained in:
@@ -6,7 +6,6 @@ import ReactDOM from "react-dom";
|
||||
|
||||
import defaultOptions from "../../defaultOptions";
|
||||
|
||||
import About from "./About";
|
||||
import Bridge from "./Bridge";
|
||||
import EditableList from "./EditableList";
|
||||
|
||||
@@ -138,7 +137,6 @@ class OptionsApp extends Component<
|
||||
|
||||
return (
|
||||
<div>
|
||||
<About />
|
||||
<form id="form" ref={ form => { this.form = form; }}
|
||||
onSubmit={ this.handleFormSubmit }
|
||||
onChange={ this.handleFormChange }>
|
||||
|
||||
Reference in New Issue
Block a user