diff --git a/src/adonisjs/public/author/env/inf331_2023/js/lab-progress.js b/src/adonisjs/public/author/env/inf331_2023/js/lab-progress.js index 7f148b20..5777fb41 100644 --- a/src/adonisjs/public/author/env/inf331_2023/js/lab-progress.js +++ b/src/adonisjs/public/author/env/inf331_2023/js/lab-progress.js @@ -269,7 +269,7 @@ // console.log('============ current greater then release',pastRelease) // console.log('============ current date greater then expiration',labExpired) - if (pastRelease && highestLab >= i){ + if (pastRelease && highestLab > i){ if (labProgressManager.i.lab[i]['property'] != null && labProgressManager.i.lab[i]['property'] == '0'){ labDelivered = true }