You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
Lint
This commit is contained in:
@ -21,10 +21,6 @@ import dis from '../../../dispatcher';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import MatrixClientPeg from '../../../MatrixClientPeg';
|
||||
|
||||
// We match fairly liberally and leave it up to the server to reject if
|
||||
// there are invalid characters etc.
|
||||
const GROUP_REGEX = /^\+(.*?):(.*)$/;
|
||||
|
||||
export default React.createClass({
|
||||
displayName: 'CreateGroupDialog',
|
||||
propTypes: {
|
||||
@ -150,7 +146,7 @@ export default React.createClass({
|
||||
onBlur={this._onGroupIdBlur}
|
||||
value={this.state.groupId}
|
||||
/>
|
||||
<span>:{MatrixClientPeg.get().getDomain()}</span>
|
||||
<span>:{ MatrixClientPeg.get().getDomain() }</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="error">
|
||||
|
Reference in New Issue
Block a user