kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix inability to delete a status
rodzic
5dd19606d1
commit
fcf7b1ffed
|
@ -231,8 +231,8 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default @connect(makeMapStateToProps, mapDispatchToProps)
|
export default @injectIntl
|
||||||
@injectIntl
|
@connect(makeMapStateToProps, mapDispatchToProps)
|
||||||
class StatusContainer extends React.Component {
|
class StatusContainer extends React.Component {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Ładowanie…
Reference in New Issue