1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Remove unneccasary stat from dashboard page

This commit is contained in:
2022-04-22 04:06:16 +00:00
parent cf7e9b5246
commit ded1481c8a

View File

@@ -38,10 +38,6 @@ router.get('/dashboard', async (req, res) => {
value: upcomingTests.length,
text: 'Upcoming Test' +
(upcomingTests.length !== 1 ? 's' : '')
},
{
value: '90%',
text: 'Pass rate'
}
],
recentTests: recentTests,