change field
This commit is contained in:
parent
938a2d4a3b
commit
18612d438a
@ -275,7 +275,7 @@ export default {
|
|||||||
const txt = text.substring(text.indexOf(':') + 1, text.indexOf(' '))
|
const txt = text.substring(text.indexOf(':') + 1, text.indexOf(' '))
|
||||||
const sig = text.split(' ')
|
const sig = text.split(' ')
|
||||||
const val = this.vals.find(x => x.hex.startsWith(txt))
|
const val = this.vals.find(x => x.hex.startsWith(txt))
|
||||||
return `${val?.description?.moniker || txt} - ${sig[3]}`
|
return `${val?.description?.moniker || txt} - ${sig[2]}`
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user