We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c745deb commit cdd76c4Copy full SHA for cdd76c4
src/app/home/page.tsx
@@ -510,9 +510,9 @@ export default function HomePage() {
510
</div>
511
<div className="text-center">
512
<div className="text-2xl font-bold text-primary">
513
- {apiData.breakdown.issues || 0}
+ {(apiData.breakdown.issues || 0) + (apiData.breakdown.workitems || 0)}
514
515
- <div className="text-sm text-muted-foreground">Issues</div>
+ <div className="text-sm text-muted-foreground">Work Items/Issues</div>
516
517
</>
518
)}
0 commit comments