summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_view.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/channel_view.jsx')
-rw-r--r--web/react/components/channel_view.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/react/components/channel_view.jsx b/web/react/components/channel_view.jsx
index 7cbb638a0..9c4131292 100644
--- a/web/react/components/channel_view.jsx
+++ b/web/react/components/channel_view.jsx
@@ -7,9 +7,6 @@ import SidebarRight from '../components/sidebar_right.jsx';
import SidebarRightMenu from '../components/sidebar_right_menu.jsx';
export default class ChannelView extends React.Component {
- constructor(props) {
- super(props);
- }
render() {
return (
<div className='container-fluid'>
@@ -31,7 +28,7 @@ export default class ChannelView extends React.Component {
>
<Sidebar/>
</div>
- <CenterPanel />
+ <CenterPanel/>
</div>
);
}