Skip to content

Commit

Permalink
Print only the story of the currently selected period
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Apr 13, 2024
1 parent 6ffd493 commit fe621b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/views/camp/Story.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ export default {
{
type: 'Story',
options: {
periods: this.camp()
.periods()
.items.map((period) => period._meta.self),
periods: [this.period()._meta.self],
},
},
],
Expand Down

0 comments on commit fe621b8

Please sign in to comment.