Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clémentine
commited on
Commit
·
6584e09
1
Parent(s):
e35364e
remove decimal points
Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/utils/columnUtils.js
CHANGED
|
@@ -841,7 +841,7 @@ export const createColumns = (
|
|
| 841 |
}}
|
| 842 |
>
|
| 843 |
<Typography variant="body2">
|
| 844 |
-
{row.original.metadata.params_billions
|
| 845 |
<span style={{ opacity: 0.6 }}>B</span>
|
| 846 |
</Typography>
|
| 847 |
</Box>
|
|
|
|
| 841 |
}}
|
| 842 |
>
|
| 843 |
<Typography variant="body2">
|
| 844 |
+
{row.original.metadata.params_billions}
|
| 845 |
<span style={{ opacity: 0.6 }}>B</span>
|
| 846 |
</Typography>
|
| 847 |
</Box>
|