Add missing parenthesis (#24238)
This commit is contained in:
		
							parent
							
								
									d1b057a0ac
								
							
						
					
					
						commit
						6e8711ff91
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -66,4 +66,4 @@ class ComposePanel extends React.PureComponent {
 | 
			
		|||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export default connect(ComposePanel);
 | 
			
		||||
export default connect()(ComposePanel);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue