department-of-veterans-affairs/vets-website

View on GitHub
src/applications/mhv-medications/components/shared/Alert.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Alert has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Alert = props => {
  const { isAlertVisible, paginatedPrescriptionsList } = props;

  return (
    <div className={`${isAlertVisible ? 'vads-u-margin-top--5' : ''}`}>
Severity: Minor
Found in src/applications/mhv-medications/components/shared/Alert.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status