diff --git a/src/routes/protected/reports/reports.tsx b/src/routes/protected/reports/reports.tsx index 8b08ed3..99933ba 100644 --- a/src/routes/protected/reports/reports.tsx +++ b/src/routes/protected/reports/reports.tsx @@ -20,6 +20,7 @@ interface Report { const ReportCard: React.FC = ({ id, name, + activeIssues, mostCommonIssue, }) => (
= ({
+

+ Active Issues: {activeIssues} +

Most Common: