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 {
<template>
<div class="block subscriptions">
<subscriptions
:loading="store.isFetching.subscriptions"
:loading="store.subscribed === null"
:subscribed="store.subscribed"
/>
</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