rrebase/knboard

View on GitHub
frontend/src/features/board/BoardList.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function BoardList has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const BoardList = () => {
  const dispatch = useDispatch();
  const loading = useSelector((state: RootState) => state.board.fetchLoading);
  const boards = useSelector((state: RootState) => state.board.all);
  const userId = useSelector((state: RootState) => state.auth.user?.id);
Severity: Minor
Found in frontend/src/features/board/BoardList.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status