Merge pull request #2363 from matrix-org/travis/fix-group-view
Make sure to grab the InlineSpinner objectpull/21833/head
commit
66f5d0612c
|
@ -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?') }
|
||||||
|
|
Loading…
Reference in New Issue