diff --git a/src/pages/proposals/[id].tsx b/src/pages/proposals/[id].tsx index 47d0d5cd..bd82c3ed 100644 --- a/src/pages/proposals/[id].tsx +++ b/src/pages/proposals/[id].tsx @@ -584,7 +584,7 @@ const AddressInputComponent: InputValueComponent<'address'> = ({ value, htmlProp ) const BigIntInputComponent: InputValueComponent<'bigint'> = ({ value, htmlProps }) => ( - {formatBalanceToHuman(value)} + {formatNumberWithCommas(formatBalanceToHuman(value))} ) const ERC20InputComponent: InputValueComponent<'bigint'> = ({ value, htmlProps }) => (