You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… component (#1922)
## Summary
Fixes#1921
## Changes proposed
- Move search results length check into `SearchPagination` component so
there are no conditionals in `SearchForm`
Summary
in
SearchForm
- we have the following:{searchResults?.data?.length >= 1
check would be better placed inside theSearchPagination
component.Acceptance criteria
SearchForm
doesn't have any conditionals in jsxThe text was updated successfully, but these errors were encountered: