ethereum/mist

View on GitHub
interface/components/SendTx/Footer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { gasPrice, gasError, estimatedGas, unlocking } = this.props;

    if (!estimatedGas || !gasPrice || gasPrice === 0 || gasPrice === '0x0') {
      return (
Severity: Minor
Found in interface/components/SendTx/Footer.js - About 1 hr to fix

    Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
    Open

    import React, { Component } from 'react';

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status