diff --git a/src/adonisjs/public/report/js/report-annotations.js b/src/adonisjs/public/report/js/report-annotations.js index 3bd7c10d..875c22b9 100644 --- a/src/adonisjs/public/report/js/report-annotations.js +++ b/src/adonisjs/public/report/js/report-annotations.js @@ -287,7 +287,7 @@ class ReportManager { const tk = tokens[t] const tCats = Object.keys(tk[3]) let last = t - if (tCats.length == 0) + if (tCats.length === 0) expanded.push([tk[0], tk[1], tk[2], 'O', null]) else { // gather together BIO sequences const blocks = []