@@ -897,9 +897,9 @@
// bad
let i;
let items = getItems();
const items = getItems();
let dragonball;
let goSportsTeam = true;
const goSportsTeam = true;
let len;
// good
The note is not visible to the blocked user.