rrebase/knboard

View on GitHub
frontend/src/features/toast/Toast.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function Toast has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const Toast = () => {
  const dispatch = useDispatch();

  const open = useSelector((state: RootState) => state.toast.open);
  const message = useSelector((state: RootState) => state.toast.message);
Severity: Minor
Found in frontend/src/features/toast/Toast.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status