Browse Source

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

closed-social-glitch-2
Claire 1 year ago
committed by GitHub
parent
commit
b55fc883b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/mastodon/features/ui/components/header.jsx

+ 2
- 2
app/javascript/mastodon/features/ui/components/header.jsx 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 = {

Loading…
Cancel
Save