Skip to content

Commit 8e5c3eb

Browse files
PR comments
1 parent a33b12b commit 8e5c3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects/projectId/playground/EvaluationSets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function EvaluationSets() {
6363
}, [evaluationSets, selectedEvaluationSets, setSelectedEvaluationSets, usersDict, viewEvalSetRecordsModal]);
6464

6565
const finalHeaders = useMemo(() => {
66-
if (!selectedEvaluationSets || !evaluationSets) return;
66+
if (!selectedEvaluationSets || !evaluationSets) return null;
6767
return EVALUATION_SETS_TABLE_HEADER.map((set) => {
6868
if (set.id === "checkboxes") return { ...set, checked: selectedEvaluationSets.size === evaluationSets.length, onChange: toggleAll };
6969
return set;

0 commit comments

Comments
 (0)