Skip to content

Commit

Permalink
fix for ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MJKruszewski committed Aug 22, 2021
1 parent 189b731 commit a8e74ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AdvancementPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export default Vue.extend({
const school = schools[schoolsKey];
if (school.name === this.$store.state.player.familyData.school) {
//@ts-ignore
this.schoolSteps = school.curriculum;
break;
}
Expand All @@ -173,6 +174,7 @@ export default Vue.extend({
const title = titles[titlesKey];
if (title.name === this.$store.state.player.currentTitle) {
//@ts-ignore
this.titleSteps = title.advancements;
break;
}
Expand Down

0 comments on commit a8e74ac

Please sign in to comment.