Fixing es lint error
Этот коммит содержится в:
@@ -106,11 +106,6 @@ export default class ChannelInviteModal extends React.Component {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
render() {
|
render() {
|
||||||
var maxHeight = 1000;
|
|
||||||
if (Utils.windowHeight() <= 1200) {
|
|
||||||
maxHeight = Utils.windowHeight() - 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
var inviteError = null;
|
var inviteError = null;
|
||||||
if (this.state.inviteError) {
|
if (this.state.inviteError) {
|
||||||
inviteError = (<label className='has-error control-label'>{this.state.inviteError}</label>);
|
inviteError = (<label className='has-error control-label'>{this.state.inviteError}</label>);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user