Skip to content

Commit

Permalink
Fixed vote choice not showing in category view page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Jan 12, 2024
1 parent d3de0fb commit afa24fa
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 afa24fa

Please sign in to comment.