Fix wrong prediction of whether toot will apear on public timeline in UI
This commit is contained in:
parent
714e41d472
commit
8a081ce588
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import PureRenderMixin from 'react-addons-pure-render-mixin';
|
|||
const Button = React.createClass({
|
||||
|
||||
propTypes: {
|
||||
text: React.PropTypes.string,
|
||||
text: React.PropTypes.node,
|
||||
onClick: React.PropTypes.func,
|
||||
disabled: React.PropTypes.bool,
|
||||
block: React.PropTypes.bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue