diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index 01241cc80f..963939839c 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -110,7 +110,7 @@ window.Zotero_File_Interface_Bibliography = new function () { } } - if (_io.supportedNotes?.length < 1) { + if (_io.supportedNotes?.length < 2) { styleConfigurator.toggleAttribute("no-multi-notes", true); }