Add missing fn

pull/682/head
Cagatay Civici 2020-11-25 16:13:15 +03:00
parent d4dc2c4449
commit 66b44f2673
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export default {
}
else if (child.children.length > 0) {
child.children.forEach(nestedChild => {
if (this.childIsAccordionTab(nestedChild)) {
if (this.isAccordionTab(nestedChild)) {
tabs.push(nestedChild)
}
});