Fix duplicate “Publish” button on mobile (#23804)

This commit is contained in:
Claire 2023-03-03 20:25:36 +01:00 committed by GitHub
parent c2a046ded1
commit b55fc883b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {