Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcv committed Dec 4, 2015
1 parent e12636b commit 9182d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog.jsx
Expand Up @@ -323,7 +323,7 @@ const DialogInline = React.createClass({

actionContainer = (
<div style={this.prepareStyles(actionStyle)}>
{actionObjects}
{React.children.toArray(actionObjects)}
</div>
);
}
Expand Down

0 comments on commit 9182d46

Please sign in to comment.