mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 06:28:07 +01:00
[Glitch] Fix duplicate “Publish” button on mobile
Port b55fc883b6
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
7623e18124
commit
03ac84b0f4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue