Fix uncaught exception: object error on navigation

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-02-11 22:44:14 +01:00
parent a5904ab461
commit cbc1eb78b1
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -204,7 +204,7 @@ export default {
try {
return this.collectionString.split('-')[1]
} catch {
return null
return undefined
}
},