1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-31 03:51:15 +01:00

Fix duplicate “Publish” button on mobile ()

This commit is contained in:
Claire 2023-03-03 20:25:36 +01:00
parent 69564db447
commit b52746e64b

View file

@ -22,8 +22,8 @@ const mapDispatchToProps = (dispatch) => ({
},
});
export default @connect(null, mapDispatchToProps)
@withRouter
export default @withRouter
@connect(null, mapDispatchToProps)
class Header extends React.PureComponent {
static contextTypes = {