Skip to content

Commit

Permalink
Merge pull request #62 from nation3/rename-to-escrow
Browse files Browse the repository at this point in the history
Rename to "escrow"
  • Loading branch information
aahna-ashina authored Feb 12, 2024
2 parents c2c949c + 7cd9b49 commit 1543032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @nation3/developer-level-4 @nation3/developer-level-5
* @nation3/developer-level-4

2 changes: 1 addition & 1 deletion src/pages/[passportId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export async function getStaticProps(context: any) {
console.info('result:', result)
result.data.forEach((row: any, i: number) => {
console.info(`row ${i}`, row)
venation_voting_escrow_per_week[i] = Number(row.voting_power)
venation_voting_escrow_per_week[i] = Number(row.voting_escrow)
})
console.info('venation_voting_escrow_per_week:', venation_voting_escrow_per_week)
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Home({ total_citizens_count, total_expired_passports, ac
{Number(nationcred_scores_accumulated[passportId]).toLocaleString('en-US')}
</span>
<br />
🗳️ Voting escrow: {citizens[passportId].votingPower}
🗳️ Voting escrow: {citizens[passportId].votingEscrow}
</div>
</div>
</div>
Expand Down

0 comments on commit 1543032

Please sign in to comment.