diff --git a/frontend/view.tsx b/frontend/view.tsx index 90b3d23..7fe2504 100644 --- a/frontend/view.tsx +++ b/frontend/view.tsx @@ -122,9 +122,9 @@ const ViewPerson: React.FC<{ tableId: string, recordId: string }> = ({ tableId, {hoveredCohort ? `Overlaying cohort ${hoveredCohort.name}` : "Hover over a cohort to view its overlap"}
-