Этот коммит содержится в:
hmhealey
2015-11-17 16:10:16 -05:00
родитель 3d572be2f3
Коммит 70de0125ab
8 изменённых файлов: 37 добавлений и 59 удалений

Просмотреть файл

@@ -1,7 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
const Modal = require('./modal.jsx');
const Modal = ReactBootstrap.Modal;
export default class ChannelInfoModal extends React.Component {
render() {
@@ -18,7 +18,6 @@ export default class ChannelInfoModal extends React.Component {
<Modal
show={this.props.show}
onHide={this.props.onHide}
onShow={this.onShow}
>
<Modal.Header closeButtton={true}>
{channel.display_name}