This commit is contained in:
Yana
2025-02-14 19:16:43 +02:00
parent f637debdcc
commit fb3878389d
5 changed files with 54 additions and 13 deletions
@@ -206,7 +206,7 @@ const NodeTable = ({ nodes }: { nodes: MappedNymNodes }) => {
Header: <ColumnHeading>Qlt of Service</ColumnHeading>,
Cell: ({ row }) => (
<Typography variant="body4">
{row.original.qualityOfService}%
{row.original.qualityOfService.toFixed()}%
</Typography>
),
},