mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
show text on self mode
This commit is contained in:
parent
5294b5edf2
commit
eedd7b0f5b
@ -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