hellowin/kanca

View on GitHub
src/domain/group/component/GroupInfo.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Card has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Card = props => {
  const { id, name, cover, owner, privacy } = props;
  return (
    <div>
      <MediaQuery minDeviceWidth={320} maxWidthDevice={736} minWidth={320} maxWidth={736}>
Severity: Minor
Found in src/domain/group/component/GroupInfo.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status