badhon252 / frontend

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Found some unnecessary nested blocks JS-0072
Anti-pattern
Minor
1 occurrence in this check
20}
21
22// in jsx, under form, inside the larger div
23{24  pets.map((pet) => (25    <Pet name={pet.name} animal={pet.animal} breed={pet.breed} key={pet.id} />26  ));27}