show sub category fixed
This commit is contained in:
@@ -27,7 +27,7 @@ const getProps = (item, i) => {
|
||||
temp.iconPos = 'right'
|
||||
temp.icon = 'isax ' + item.icon
|
||||
// temp.disabled = menu[1] == item.sub
|
||||
} else if (i === 1 && item.sub.length > 0) {
|
||||
} else if (i === 1 && item.sub?.length > 0) {
|
||||
temp.icon = 'isax isax-arrow-left-2'
|
||||
// temp.disabled = menu[2] == item.sub
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user