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

Make sure to grab the InlineSpinner object

This commit is contained in:
Travis Ralston
2018-12-17 18:47:33 -07:00
committed by GitHub
parent 1c4621c98e
commit c6da61f1de

View File

@ -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?') }