Этот коммит содержится в:
Tatsuya Niwa
2016-01-25 00:46:59 +09:00
родитель fecb587018
Коммит 27f7b9d121

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

@@ -42,7 +42,7 @@ export default class DemoteOwnRoleModal extends React.Component {
let serverError = null;
if (this.state.serverError) {
serverError = <div className='has-error'><label className='has-error control-label'>{this.state.serverError}</label></div>
serverError = <div className='has-error'><label className='has-error control-label'>{this.state.serverError}</label></div>;
}
return (