Merge pull request #2363 from matrix-org/travis/fix-group-view

Make sure to grab the InlineSpinner object
This commit is contained in:
Travis Ralston 2018-12-18 07:57:46 -07:00 committed by GitHub
commit 66f5d0612c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1077,6 +1077,7 @@ export default React.createClass({
}, },
_getJoinableNode: function() { _getJoinableNode: function() {
const InlineSpinner = sdk.getComponent('elements.InlineSpinner');
return this.state.editing ? <div> return this.state.editing ? <div>
<h3> <h3>
{ _t('Who can join this community?') } { _t('Who can join this community?') }