~cytrogen/masto-fe

b55fc883b6181fb8080fbafd53bc7a9f1896b295 — Claire 3 years ago c2a046d
Fix duplicate “Publish” button on mobile (#23804)

1 files changed, 2 insertions(+), 2 deletions(-)

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