src/containers/OasisOfferMakeForm.jsx
Function setMaxButton
has 52 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
setMaxButton() {
if (false === this.state.showMaxButton) {
return null;
}
const {
- Create a ticketCreate a ticket
Function render
has 51 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
render() {
const {
baseToken,
quoteToken,
handleSubmit,
- Create a ticketCreate a ticket