Merge commit '34225d7199
' into kb_migration
This commit is contained in:
commit
76340285d6
168 changed files with 965 additions and 611 deletions
|
@ -48,8 +48,6 @@ const mapStateToProps = (state, { status }) => ({
|
|||
relationship: state.getIn(['relationships', status.getIn(['account', 'id'])]),
|
||||
});
|
||||
|
||||
export default @connect(mapStateToProps)
|
||||
@injectIntl
|
||||
class ActionBar extends React.PureComponent {
|
||||
|
||||
static contextTypes = {
|
||||
|
@ -311,3 +309,5 @@ class ActionBar extends React.PureComponent {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
export default connect(mapStateToProps)(injectIntl(ActionBar));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue