Commit 0aba6869 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Remove leftover action

parent 90720ed1
......@@ -112,7 +112,7 @@ export default {
this.fetchSubscription();
},
methods: {
...mapActions(['fetchSubscription', 'fetchHasBillableGroupMembers']),
...mapActions(['fetchSubscription']),
isLast(index) {
return index === this.visibleRows.length - 1;
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment