mirror of https://github.com/vector-im/riot-web
Make sure to grab the InlineSpinner object
parent
1c4621c98e
commit
c6da61f1de
|
@ -1077,6 +1077,7 @@ export default React.createClass({
|
|||
},
|
||||
|
||||
_getJoinableNode: function() {
|
||||
const InlineSpinner = sdk.getComponent('elements.InlineSpinner');
|
||||
return this.state.editing ? <div>
|
||||
<h3>
|
||||
{ _t('Who can join this community?') }
|
||||
|
|
Loading…
Reference in New Issue