diff --git a/static/app.js b/static/app.js index c00a7ed..821b5b9 100644 --- a/static/app.js +++ b/static/app.js @@ -124,7 +124,7 @@ const SEVERITY_LABEL = { const gradeState = { files: [], result: null, busy: false }; -function renderGradeBlock(g) { +function renderGradeBlock(g, opts = {}) { if (!g) return ''; const m = g.edge_measurements || null; let measuredLine = ''; @@ -160,7 +160,7 @@ function renderGradeBlock(g) {