diff --git a/explorer/src/pages/Mixnodes/index.tsx b/explorer/src/pages/Mixnodes/index.tsx index c304c8cf2a..5baf4a546f 100644 --- a/explorer/src/pages/Mixnodes/index.tsx +++ b/explorer/src/pages/Mixnodes/index.tsx @@ -174,7 +174,7 @@ export const PageMixnodes: FCWithChildren = () => { to={`/network-components/mixnode/${params.row.mix_id}`} color={useGetMixNodeStatusColor(params.row.status)} > - {currencyToString(params.value)} + {currencyToString({ amount: params.value })} ), }, @@ -214,7 +214,7 @@ export const PageMixnodes: FCWithChildren = () => { to={`/network-components/mixnode/${params.row.mix_id}`} color={useGetMixNodeStatusColor(params.row.status)} > - {currencyToString(params.value)} + {currencyToString({ amount: params.value })} ), },