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

local
Claire 1 year ago committed by GitHub
parent c2a046ded1
commit b55fc883b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/mastodon/features/ui/components/header.jsx

@ -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