Remove unnecessary parameters
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
import React, { Component } from 'react';
 | 
			
		||||
 | 
			
		||||
class MenuButton extends Component {
 | 
			
		||||
    render(label, icon, childOrderReverse) {
 | 
			
		||||
    render() {
 | 
			
		||||
        if (this.props.childOrderReverse) {
 | 
			
		||||
            return (
 | 
			
		||||
                <button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user