Change undefined to null
This commit is contained in:
		@@ -127,9 +127,7 @@ export class WrapEtherItem extends React.Component<WrapEtherItemProps, WrapEther
 | 
				
			|||||||
            <div className="pl1" style={{ paddingTop: 10 }}>
 | 
					            <div className="pl1" style={{ paddingTop: 10 }}>
 | 
				
			||||||
                <i className="zmdi zmdi-spinner zmdi-hc-spin" />
 | 
					                <i className="zmdi zmdi-spinner zmdi-hc-spin" />
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        ) : (
 | 
					        ) : null;
 | 
				
			||||||
            undefined
 | 
					 | 
				
			||||||
        );
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    private _renderWrapEtherConfirmationButton() {
 | 
					    private _renderWrapEtherConfirmationButton() {
 | 
				
			||||||
        const isWrappingEth = this.props.direction === Side.Deposit;
 | 
					        const isWrappingEth = this.props.direction === Side.Deposit;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user