don't return null in case it breaks things
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1069bd33f0
commit
ccad1013a7
1 changed files with 1 additions and 0 deletions
|
@ -863,6 +863,7 @@ module.exports = React.createClass({
|
|||
</div>
|
||||
</div>;
|
||||
}
|
||||
return <div />;
|
||||
},
|
||||
|
||||
_renderBulkOptions: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue