diff --git a/lib/index.js b/lib/index.js index 88aec2b..755c887 100644 --- a/lib/index.js +++ b/lib/index.js @@ -55,7 +55,7 @@ module.exports = function (cardscript) { const filteredId = `${element.id}Filt` buildLabelList(origId, element.choices) - buildLabelList(filteredId, element.choicesg) + buildLabelList(filteredId, element.choices) } break case 'TabSet':