1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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

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