Change
<Link to={'/profile' } className='btn-link' >
to
<Link to={`/profile/${currentUser.id}` } className='btn-link' >
CLICK HERE to find out more related problems solutions.
Change
<Link to={'/profile' } className='btn-link' >
to
<Link to={`/profile/${currentUser.id}` } className='btn-link' >
CLICK HERE to find out more related problems solutions.