We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd4087 commit 37f642cCopy full SHA for 37f642c
website3.0/pages/ForumPage.js
@@ -543,7 +543,8 @@ const handlePageChange = (page) => {
543
<div className="flex items-center gap-1 hover:gap-2 transition-all duration-500 mt-2 max-sm:mt-0">
544
{issue?.relatedUser.map((user, idx) => {
545
return <img
546
- key={idx}
+ key={idx}
547
+ onClick={()=>router.push(`/profile?id=${user.authorId}`)}
548
src={user.authorImage}
549
id="img"
550
alt="Discussion User"
0 commit comments