diff --git a/app/app.js b/app/app.js index abea1aa..39ce7bc 100644 --- a/app/app.js +++ b/app/app.js @@ -204,6 +204,9 @@ var app = new Vue({ }, languageFluencyAsPercent: function(index) { + if (!this.$root.sections.skills[index]) { + return 100; + } var fluency = this.$root.sections.skills[index].level; if (fluency.toLowerCase() == "master" || fluency.toLowerCase() == "expert") diff --git a/index.html b/index.html index b1df5d8..4e6b4c6 100644 --- a/index.html +++ b/index.html @@ -951,7 +951,6 @@