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