mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:59:30 +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,
|
||||
text: 'Upcoming Test' +
|
||||
(upcomingTests.length !== 1 ? 's' : '')
|
||||
},
|
||||
{
|
||||
value: '90%',
|
||||
text: 'Pass rate'
|
||||
}
|
||||
],
|
||||
recentTests: recentTests,
|
||||
|
||||
Reference in New Issue
Block a user