|
|
@ -252,7 +252,7 @@ const MobilePostListing = ({ |
|
|
|
<Link |
|
|
|
to={{ |
|
|
|
pathname: `/post/${post.id}`, |
|
|
|
state: { post: { ...post, my_vote: this.state.my_vote } }, |
|
|
|
state: { post: { ...post, my_vote: my_vote } }, |
|
|
|
}} |
|
|
|
color="text" |
|
|
|
> |
|
|
@ -459,7 +459,7 @@ const MobilePostListing = ({ |
|
|
|
})} |
|
|
|
to={{ |
|
|
|
pathname: `/post/${post.id}`, |
|
|
|
state: { post: { ...post, my_vote: this.state.my_vote } }, |
|
|
|
state: { post: { ...post, my_vote: my_vote } }, |
|
|
|
}} |
|
|
|
> |
|
|
|
<Icon name="comment" className="icon mr-1" /> |
|
|
|