WithMatrixClient -> withMatrixClient
because we're using it as a function rather than a React component
This commit is contained in:
parent
fea0a941ce
commit
bc8c2d442b
5 changed files with 10 additions and 9 deletions
|
@ -19,10 +19,10 @@ import { _t } from '../../../languageHandler';
|
|||
|
||||
import sdk from '../../../index';
|
||||
import AddThreepid from '../../../AddThreepid';
|
||||
import WithMatrixClient from '../../../wrappers/WithMatrixClient';
|
||||
import withMatrixClient from '../../../wrappers/withMatrixClient';
|
||||
import Modal from '../../../Modal';
|
||||
|
||||
export default WithMatrixClient(React.createClass({
|
||||
export default withMatrixClient(React.createClass({
|
||||
displayName: 'AddPhoneNumber',
|
||||
|
||||
propTypes: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue