mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 19:44:15 +00:00
fix event
This commit is contained in:
parent
af3651dabb
commit
df9c3b8352
@ -94,7 +94,7 @@ export default (props) => {
|
|||||||
return <FollowerItem
|
return <FollowerItem
|
||||||
index={index}
|
index={index}
|
||||||
follower={follower}
|
follower={follower}
|
||||||
goToProfile={() => goToProfile(follower.username)}
|
onClick={() => goToProfile(follower.username)}
|
||||||
/>
|
/>
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user