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:
@@ -38,10 +38,6 @@ router.get('/dashboard', async (req, res) => {
|
|||||||
value: upcomingTests.length,
|
value: upcomingTests.length,
|
||||||
text: 'Upcoming Test' +
|
text: 'Upcoming Test' +
|
||||||
(upcomingTests.length !== 1 ? 's' : '')
|
(upcomingTests.length !== 1 ? 's' : '')
|
||||||
},
|
|
||||||
{
|
|
||||||
value: '90%',
|
|
||||||
text: 'Pass rate'
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
recentTests: recentTests,
|
recentTests: recentTests,
|
||||||
|
|||||||
Reference in New Issue
Block a user