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

Remove leftover action

parent 90720ed1
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
this.fetchSubscription(); this.fetchSubscription();
}, },
methods: { methods: {
...mapActions(['fetchSubscription', 'fetchHasBillableGroupMembers']), ...mapActions(['fetchSubscription']),
isLast(index) { isLast(index) {
return index === this.visibleRows.length - 1; 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