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 51acf64 commit c9d63d4Copy full SHA for c9d63d4
InteractiveHtmlBom/web/ibom.js
@@ -314,7 +314,7 @@ function entryMatches(entry) {
314
return entry.toLowerCase().indexOf(filter) >= 0;
315
}
316
// check refs
317
- if (!settings.hiddenColumns.includes("references")) {
+ if (!settings.hiddenColumns.includes("References")) {
318
for (var ref of entry) {
319
if (ref[0].toLowerCase().indexOf(filter) >= 0) {
320
return true;
0 commit comments