hellowin/kanca

View on GitHub
src/domain/layout/component/Header.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { profile, loading } = this.props;

    return (
      <header className="app-header navbar" style={{ paddingRight: '15px' }}>
Severity: Minor
Found in src/domain/layout/component/Header.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status