Lint
This commit is contained in:
parent
b9574ff382
commit
cbb36f4780
1 changed files with 1 additions and 5 deletions
|
@ -21,10 +21,6 @@ import dis from '../../../dispatcher';
|
||||||
import { _t } from '../../../languageHandler';
|
import { _t } from '../../../languageHandler';
|
||||||
import MatrixClientPeg from '../../../MatrixClientPeg';
|
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({
|
export default React.createClass({
|
||||||
displayName: 'CreateGroupDialog',
|
displayName: 'CreateGroupDialog',
|
||||||
propTypes: {
|
propTypes: {
|
||||||
|
|
Loading…
Reference in a new issue