Skip to content

Commit

Permalink
Fix Link Athlete
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajistreo3 committed Mar 18, 2024
1 parent 98d8a75 commit 32fd5ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function AthleteSuggestPopUp({ suggestionsAthletes, handleClick }) {
<div className="athlete-suggest-container">
{suggestionsAthletes.map((notification) => (
<Link
to={`/userprofile/${notification.id}`}
to={`/athleteprofile/${notification.id}`}
className="athlete-suggest-container-athlete-suggest-wrap"
>
<img
Expand Down

0 comments on commit 32fd5ff

Please sign in to comment.