Browse Source

[Glitch] Fix duplicate “Publish” button on mobile

Port b55fc883b6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
Claire 1 year ago
parent
commit
03ac84b0f4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/flavours/glitch/features/ui/components/header.jsx

+ 2
- 2
app/javascript/flavours/glitch/features/ui/components/header.jsx View File

@ -23,8 +23,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