Skip to content

Commit

Permalink
Merge pull request #338 from SquareTable/fix-vote-choice-not-showing-…
Browse files Browse the repository at this point in the history
…in-category-view-page

Fixed vote choice not showing in category view page
  • Loading branch information
Sebastian-Webster authored Jan 12, 2024
2 parents d3de0fb + afa24fa commit 6abd988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screens/CategoryViewPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ const CategoryViewPage = ({route, navigation}) => {
threadNSFW: threadData[index].threadNSFW,
threadNSFL: threadData[index].threadNSFL,
datePosted: threadData[index].datePosted,
threadUpVoted: threadData[index].threadUpVoted,
threadDownVoted: threadData[index].threadDownVoted,
upvoted: threadData[index].upvoted,
downvoted: threadData[index].downvoted,
creatorDisplayName: threadData[index].creatorDisplayName,
creatorName: threadData[index].creatorName,
creatorImageB64: pfpB64,
Expand Down

0 comments on commit 6abd988

Please sign in to comment.