pranshuchittora/autarky

View on GitHub
src/ui/containers/Interrogator/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Interrogator has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Interrogator: React.FunctionComponent = () => {
  const [RStore, setRStore] = useState(store.getState());

  useEffect(() => {
    const unsubscribe = store.subscribe(() => {
Severity: Minor
Found in src/ui/containers/Interrogator/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status