bokuweb/tsukiakari

View on GitHub
src/renderer/src/components/tsukiakari.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    if (this.props.accountLength === 0) {
      return <Spinner style={{ padding: '10% 0 0 80px' }} />;
    }
    const isBlur = this.props.isLightBoxOpen || this.props.video.isFullscreen;
Severity: Minor
Found in src/renderer/src/components/tsukiakari.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status