Fix duplicate “Publish” button on mobile (#23804)
This commit is contained in:
		
							parent
							
								
									c2a046ded1
								
							
						
					
					
						commit
						b55fc883b6
					
				@ -22,8 +22,8 @@ const mapDispatchToProps = (dispatch) => ({
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default @connect(null, mapDispatchToProps)
 | 
					export default @withRouter
 | 
				
			||||||
@withRouter
 | 
					@connect(null, mapDispatchToProps)
 | 
				
			||||||
class Header extends React.PureComponent {
 | 
					class Header extends React.PureComponent {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  static contextTypes = {
 | 
					  static contextTypes = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user