replace concat on comment from review
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									3ba9f560d4
								
							
						
					
					
						commit
						fdf63fd440
					
				|  | @ -132,7 +132,7 @@ export default class ReplyThread extends React.Component { | |||
|     } | ||||
| 
 | ||||
|     onQuoteClick() { | ||||
|         const events = [this.state.loadedEv].concat(this.state.events); | ||||
|         const events = [this.state.loadedEv, ...this.state.events]; | ||||
| 
 | ||||
|         this.setState({ | ||||
|             loadedEv: null, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski