@@ -412,7 +412,7 @@ export default {
.filter((i) => i)
.forEach((k) => {
const t = this.positionsList.find((i) => i.id_ === k)
- p += `${t.name_}.`
+ p += `${t?.name_ || ''}.`
})
result.push(p)