1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00

inviterProfile = null initially

This commit is contained in:
Luke Barnard
2017-11-08 10:07:43 +00:00
parent ed709f52d1
commit f53f9ed8ca

View File

@ -417,6 +417,7 @@ export default React.createClass({
uploadingAvatar: false,
membershipBusy: false,
publicityBusy: false,
inviterProfile: null,
};
},