Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -295,7 +295,7 @@
|
|||||||
infoLinkTarget () {
|
infoLinkTarget () {
|
||||||
if (!this.getInfoUrl) return ''
|
if (!this.getInfoUrl) return ''
|
||||||
let structure = this.showResults.find( r => r.resultIndex == this.selectedChip)
|
let structure = this.showResults.find( r => r.resultIndex == this.selectedChip)
|
||||||
return this.getInfoUrl + structure.label.replaceAll(' ','_')
|
return structure ? this.getInfoUrl + structure.label.replaceAll(' ','_') : ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user