Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 26, 2024
1 parent 54a9e51 commit 6af1cef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function CreateProposalTemplatePage() {
...tx,
ethValue: {
value: tx.ethValue.value,
bigNumerValue: BigNumber.from(tx.ethValue.value || 0),
bigNumberValue: BigNumber.from(tx.ethValue.value || 0),
},
})),
};
Expand Down

0 comments on commit 6af1cef

Please sign in to comment.