You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Lint
This commit is contained in:
@ -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: {
|
||||||
|
Reference in New Issue
Block a user