ethanneff/example

View on GitHub
src/apps/Complete/screens/ItemDetail/index.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Function ItemDetail has 137 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ItemDetail = () => {
  const dispatch = useAppDispatch();
  const { goBack } = useNavigation();
  const colors = useColors();
  const { itemId, parentItemId } = useAppSelector((s) => s.complete.item.nav);
Severity: Major
Found in src/apps/Complete/screens/ItemDetail/index.tsx - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status