OasisDEX/oasis-react

View on GitHub
src/containers/OasisOfferMakeForm.jsx

Summary

Maintainability
A
2 hrs
Test Coverage
F
14%

Function setMaxButton has 52 lines of code (exceeds 50 allowed). Consider refactoring.
Open

  setMaxButton() {
    if (false === this.state.showMaxButton) {
      return null;
    }
    const {
Severity: Major
Found in src/containers/OasisOfferMakeForm.jsx - About 1 hr to fix

Function render has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

  render() {
    const {
      baseToken,
      quoteToken,
      handleSubmit,
Severity: Major
Found in src/containers/OasisOfferMakeForm.jsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status