Open
Description
{voteMutation => (
<div className="ml1 gray f11 " onClick={voteMutation}>
▲
</div>
)}
within the Link.js should probably be set to
{voteMutation => (
<div className="ml1 gray f11 pointer" onClick={voteMutation}>
▲
</div>
)}
This will allow the user to see that the upvote icon is clickable prior to setting up the subscription.
Metadata
Metadata
Assignees
Labels
No labels