fix event

This commit is contained in:
SrGooglo 2023-03-05 19:52:13 +00:00
parent af3651dabb
commit df9c3b8352

View File

@ -94,7 +94,7 @@ export default (props) => {
return <FollowerItem
index={index}
follower={follower}
goToProfile={() => goToProfile(follower.username)}
onClick={() => goToProfile(follower.username)}
/>
})
}