Skip to content

Commit

Permalink
Issue #181 quick fix for map fails to load on wards with a sub-ward (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolanin committed Mar 10, 2022
1 parent 39eb380 commit 83228d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ward-leader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default {
this.fetchLeader(opts)
this.fetchSampleBallots(opts)
this.fetchCommitteePersons(opts)
this.fetchWardBoundaries(this.ward)
this.fetchWardBoundaries(opts.ward)
},
components: {
'stats-bar': StatsBar,
Expand Down

0 comments on commit 83228d5

Please sign in to comment.