Update frontend/src/pages/LeaderboardPage/components/Leaderboard/utils/columnUtils.js
Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/utils/columnUtils.js
CHANGED
@@ -763,7 +763,7 @@ export const createColumns = (
|
|
763 |
accessorKey: "evaluations.qa.normalized_score",
|
764 |
header: createHeaderCell("QA", COLUMN_TOOLTIPS.QA),
|
765 |
cell: ({ row, getValue }) =>
|
766 |
-
createScoreCell(getValue, row, "evaluations.
|
767 |
size: TABLE_DEFAULTS.COLUMNS.COLUMN_SIZES[
|
768 |
"evaluations.qa.normalized_score"
|
769 |
],
|
|
|
763 |
accessorKey: "evaluations.qa.normalized_score",
|
764 |
header: createHeaderCell("QA", COLUMN_TOOLTIPS.QA),
|
765 |
cell: ({ row, getValue }) =>
|
766 |
+
createScoreCell(getValue, row, "evaluations.qa.normalized_score"),
|
767 |
size: TABLE_DEFAULTS.COLUMNS.COLUMN_SIZES[
|
768 |
"evaluations.qa.normalized_score"
|
769 |
],
|