more updates to tables

This commit is contained in:
proddy
2022-04-20 18:06:35 -04:00
parent 56860da4af
commit 726b4fcc0b
6 changed files with 99 additions and 81 deletions

View File

@@ -209,7 +209,7 @@ const DashboardStatus: FC = () => {
</HeaderRow>
</Header>
<Body>
{tableList.map((stat: Stat, index: number) => (
{tableList.map((stat: Stat) => (
<Row key={stat.id} item={stat}>
<Cell>{stat.id}</Cell>
<Cell>{Intl.NumberFormat().format(stat.s)}</Cell>