Commit c2d26b6c authored by Mike Greiling's avatar Mike Greiling

only show loading indicator in subscription toggle on initial data fetch

parent 3ef0ab72
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
<template> <template>
<div class="block subscriptions"> <div class="block subscriptions">
<subscriptions <subscriptions
:loading="store.isFetching.subscriptions" :loading="store.subscribed === null"
:subscribed="store.subscribed" :subscribed="store.subscribed"
/> />
</div> </div>
......
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