diff --git a/web/src/components/SubforestTables/Columns.tsx b/web/src/components/SubforestTables/Columns.tsx index dd713e9e6..7a933c5cc 100644 --- a/web/src/components/SubforestTables/Columns.tsx +++ b/web/src/components/SubforestTables/Columns.tsx @@ -136,9 +136,23 @@ export function objectiveColumn(scoresInfo: ScoresInfo): Column { } return ( -
- {row.original.score} -
+ + Scores + +
{JSON.stringify(row.original.scores, undefined, 2)}
+
+ + } + > +
+ {row.original.score} +
+
); }, };