OasisDEX/oasis-react

View on GitHub
src/components/OasisYourNodeIsSyncing.jsx

Summary

Maintainability
A
1 hr
Test Coverage
B
84%

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

  render() {
    const { latestBlock: { number } = {} } = this.props;
    return (
      <section className={styles.LockedAccountSection}>
        <div>
Severity: Major
Found in src/components/OasisYourNodeIsSyncing.jsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status