mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
show text on self mode
This commit is contained in:
parent
7d22b235c5
commit
65cc1b5fba
@ -8,6 +8,7 @@ export default (props) => {
|
||||
return <div className="followButton">
|
||||
<div className="counter">
|
||||
{props.count}
|
||||
{props.self && " Followers"}
|
||||
</div>
|
||||
{
|
||||
!props.self && <Button
|
||||
|
Loading…
x
Reference in New Issue
Block a user