GeekPark/gpk_account

View on GitHub
frontend/src/components/Modal.jsx

Summary

Maintainability
A
0 mins
Test Coverage

Prop type object is forbidden
Open

  user: PropTypes.object.isRequired,
Severity: Minor
Found in frontend/src/components/Modal.jsx by eslint

For more information visit Source: http://eslint.org/docs/rules/

'user' PropType is defined but prop is never used
Open

  user: PropTypes.object.isRequired,
Severity: Minor
Found in frontend/src/components/Modal.jsx by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prop type object is forbidden
Open

  modal: PropTypes.object.isRequired,
Severity: Minor
Found in frontend/src/components/Modal.jsx by eslint

For more information visit Source: http://eslint.org/docs/rules/

'onClose' PropType is defined but prop is never used
Open

  onClose: PropTypes.func.isRequired,
Severity: Minor
Found in frontend/src/components/Modal.jsx by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status