pricing blocktitle translated

This commit is contained in:
2021-06-02 11:21:03 +02:00
parent 345c10b11b
commit 90b8f1bb6a
6 changed files with 9 additions and 9 deletions

View File

@ -60,7 +60,7 @@ export default {
getItemIndex ({ dispatch, commit, state }, nid) {
console.log('getItemIndex nid', nid)
return state.items.findIndex((e) => {
console.log('findIndex', e.nid, nid)
// console.log('findIndex', e.nid, nid)
return e.nid === nid
})
},