diff --git a/assets/components/actors/actor.vue b/assets/components/actors/actor.vue index a5676ed0..aa282c3f 100644 --- a/assets/components/actors/actor.vue +++ b/assets/components/actors/actor.vue @@ -254,7 +254,7 @@ import Social from './social.vue'; async function fetchActor() { this.actor = await this.$store.dispatch('fetchActorBySlug', { - slug: this.$route.params.actorSlug, + actorSlug: this.$route.params.actorSlug, range: this.$route.params.range, }); } diff --git a/assets/components/header/filter-bar.vue b/assets/components/header/filter-bar.vue index 8981e914..ca10b7e1 100644 --- a/assets/components/header/filter-bar.vue +++ b/assets/components/header/filter-bar.vue @@ -2,26 +2,26 @@
Latest Upcoming New