We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0479be commit d5ebef4Copy full SHA for d5ebef4
src/js/helpers.js
@@ -220,7 +220,7 @@ function extractAssignmentList () {
220
* @returns {boolean} boolean representing whether input has child nodes and are set to visible.
221
*/
222
function isIndicatorPresent (node) {
223
- return node.childNodes?.length == 7 || false;
+ return node.childNodes?.length === 7 || false;
224
}
225
/**
226
* Return Assignment instances for the given class page.
0 commit comments