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 f6fc030..53f5063 100644 --- a/index.html +++ b/index.html @@ -961,7 +961,6 @@