Skip to content

Commit

Permalink
first steps for advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
MJKruszewski committed Sep 9, 2021
1 parent 0baf908 commit 8078dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdvancementPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export default Vue.extend({
this.techniquesList = AdvanceService.getPossibleTechniques(this.selectedAdvanceSublist, this.isRemoveAllRestrictions, this.$store.state.player);
},
curriculumClick(item) {
curriculumClick(item: any) {
this.dialog = true;
this.schoolSelect = item;
},
Expand Down

0 comments on commit 8078dfe

Please sign in to comment.