Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Aug 5, 2019
1 parent 5353336 commit d928664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit d928664

Please sign in to comment.