Skip to content

Commit

Permalink
Merge pull request #44 from EqualifyEverything/azdak-patch-1
Browse files Browse the repository at this point in the history
Hotfix for wrong "Active Issue" count on Reports screen
  • Loading branch information
wilsuriel03 authored Aug 9, 2024
2 parents 7d8c1e7 + 4742e27 commit 7d70276
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/protected/reports/reports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ interface Report {
const ReportCard: React.FC<Report> = ({
id,
name,
activeIssues,
mostCommonIssue,
}) => (
<article
Expand All @@ -32,9 +31,6 @@ const ReportCard: React.FC<Report> = ({
</h2>
<div className="mt-2 flex flex-col justify-between gap-3">
<div className="min-w-0">
<p className="mt-2 text-sm text-gray-600">
Active Issues: {activeIssues}
</p>
<p className="text-sm mt-1 text-gray-500">
Most Common:
<div className="overflow-hidden overflow-ellipsis h-16">
Expand Down

0 comments on commit 7d70276

Please sign in to comment.