diff --git a/assets/components/actors/actor.vue b/assets/components/actors/actor.vue index e6ad4f92..ce290b5b 100644 --- a/assets/components/actors/actor.vue +++ b/assets/components/actors/actor.vue @@ -6,7 +6,7 @@

{{ actor.name }} ({{ actor.entity.name }}) - {{ actor.name }} + {{ actor.name }}

@@ -44,10 +41,6 @@ import ActorFilter from './actor-filter.vue'; import ChannelFilter from './channel-filter.vue'; import TagFilter from './tag-filter.vue'; -function filter(state) { - return state.ui.filter; -} - function range() { return this.$route.params.range; } @@ -114,7 +107,6 @@ export default { }, computed: { ...mapState({ - filter, range, batch, }), @@ -129,6 +121,43 @@ export default {