Skip to content

Commit 4c18f0b

Browse files
provided correct lable for change round
1 parent 480773b commit 4c18f0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/columns/LeaderBoardCol.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const columns: ColumnDef<z.infer<typeof leaderboardUserSchema>>[] = [
2222

2323
{
2424
accessorKey: "ID",
25-
header: "Set Round",
25+
header: "Change Round",
2626
cell: ({ row }) => <ChangeRound id={row.original.team_id} />,
2727
},
2828
];

src/components/columns/TeamCol.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const columns: ColumnDef<Team>[] = [
6262
},
6363
{
6464
accessorKey: "ID",
65-
header: "Set Round",
65+
header: "Change Round",
6666
cell: ({ row }) => <ChangeRound id={row.original.ID} />,
6767
},
6868
];

0 commit comments

Comments
 (0)