this.props.onAction({
type: "NAVIGATE",
value: this.props.sceneId,
scene: "PROFILE",
data: this.props.current.owner,
})
}
css={STYLES_USERNAME}
>
{username}
{" "}
/ {slatename}
) : (
slatename
)
}
actions={
this.state.editing ? (
) : (
{!!this.props.viewer.subscriptions.filter((subscription) => {
return subscription.target_slate_id === this.props.current.id;
}).length
? "Unfollow"
: "Follow"}
)
}
>