Fix path
This commit is contained in:
@@ -58,7 +58,7 @@ export default function VolunteerCard({ user }) {
|
|||||||
{isExpanded && (
|
{isExpanded && (
|
||||||
<div className={styles.bottomBar}>
|
<div className={styles.bottomBar}>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => navigate(`/profile/${id}`)}
|
onClick={() => navigate(`/profile/${user.id}`)}
|
||||||
variant="primary"
|
variant="primary"
|
||||||
>
|
>
|
||||||
Voir plus
|
Voir plus
|
||||||
|
|||||||
Reference in New Issue
Block a user