You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-27 04:21:52 +03:00
Pass plain components, rather than functions returning them
This commit is contained in:
@ -936,7 +936,7 @@ export default React.createClass({
|
||||
'Your community hasn\'t got a Long Description, a HTML page to show to community members.<br />' +
|
||||
'Click here to open settings and give it one!',
|
||||
{},
|
||||
{ 'br': () => <br /> },
|
||||
{ 'br': <br /> },
|
||||
) }
|
||||
</div>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user