1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

don't return null in case it breaks things

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-06-11 23:42:22 +01:00
parent 1069bd33f0
commit ccad1013a7

View File

@@ -863,6 +863,7 @@ module.exports = React.createClass({
</div>
</div>;
}
return <div />;
},
_renderBulkOptions: function() {