most recent update is blowing up js console with the following:
TypeError: Cannot read property 'id' of undefined
at a.displayeskills (Stats.vue:143)
at Stats.vue?2e31:1
at a.Me [as _l] (vue.runtime.esm.js:2630)
at a.d (Stats.vue?2e31:1)
at a.t._render (vue.runtime.esm.js:3548)
at a.r (vue.runtime.esm.js:4066)
at nr.get (vue.runtime.esm.js:4479)
at nr.run (vue.runtime.esm.js:4554)
at Jn (vue.runtime.esm.js:4310)
at Array. (vue.runtime.esm.js:1980)
Fixed: i put an "==null", but it needed an "==undefined"