diff --git a/apps/labeling/pitfalls.js b/apps/labeling/pitfalls.js
index 3e3b97981..3c9be1572 100644
--- a/apps/labeling/pitfalls.js
+++ b/apps/labeling/pitfalls.js
@@ -1431,7 +1431,6 @@ function addAnnot(e) {
height: 2*halfHeight,
style: {color: '#fcb000'},
};
- // todo, saving an roi should change its color before writing.
label = annot;
$D.activeROI = annot;
const item = {};
diff --git a/apps/labeling/pitfallsTable.html b/apps/labeling/pitfallsTable.html
index 151a4a285..b3333a3cc 100644
--- a/apps/labeling/pitfallsTable.html
+++ b/apps/labeling/pitfallsTable.html
@@ -391,7 +391,7 @@
rs.push(slide[key]);
}
});
- const btn = ` `;
+ const btn = ` `;
rs.push(btn);
return rs;
})