mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
Remove +1
This commit is contained in:
@@ -8,7 +8,7 @@ import useSWRImmutable from "swr/immutable";
|
||||
const columns = [
|
||||
{
|
||||
Header: "Rank",
|
||||
accessor: (item: LeaderboardEntity, rowIndex: number) => "#" + (item.rank + 1),
|
||||
accessor: (item: LeaderboardEntity, rowIndex: number) => "#" + item.rank,
|
||||
style: { width: "90px" },
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user