Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronkiro committed May 30, 2024
2 parents 74adbe1 + e12195a commit 217de69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Find/FindPet/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const FindPet = ({ onSearch, loading }) => {
};

if (onSearch) {
document.querySelector("#pets").scrollIntoView();
onSearch(clean(payload), selectedImage);
}
};
Expand Down

0 comments on commit 217de69

Please sign in to comment.