Skip to content

Commit

Permalink
Add rank to vote in voteUrlProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Nov 20, 2019
1 parent b0ac622 commit 47a783e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -54,6 +54,7 @@ export default class VoteUrlProcessor extends React.Component {
publicKey: v.publicKey,
},
username: v.username,
rank: v.rank,
}));
this.setState({
pendingVotes: [],
Expand Down

0 comments on commit 47a783e

Please sign in to comment.