mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-17 09:58:32 +01:00
Fix duplicate “Publish” button on mobile (#23804)
This commit is contained in:
parent
69564db447
commit
b52746e64b
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ const mapDispatchToProps = (dispatch) => ({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export default @connect(null, mapDispatchToProps)
|
export default @withRouter
|
||||||
@withRouter
|
@connect(null, mapDispatchToProps)
|
||||||
class Header extends React.PureComponent {
|
class Header extends React.PureComponent {
|
||||||
|
|
||||||
static contextTypes = {
|
static contextTypes = {
|
||||||
|
|
Loading…
Reference in a new issue