p3p pairs

This commit is contained in:
2026-05-27 16:07:46 -04:00
parent ba86f5830f
commit 7f253c4f74
7 changed files with 170 additions and 3 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ export default function App() {
detailsPosition="right"
details={['COE', 'P2P', 'P3P'].map((type) => {
const typeStats = d.byType?.[type] ?? { completed: 0, total: 0 }
return `${type}: ${typeStats.completed}/${typeStats.total}`
return `${type}: ${typeStats.completed}/${typeStats.total} tests`
})}
/>
<CompletionBar value={d.completionRate} />