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

lolsob-rspec
Claire 2023-03-03 20:25:36 +01:00 committed by GitHub
parent 7bc43c91a0
commit 3faa229d8d
1 changed files with 2 additions and 2 deletions

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