show subscribe button only if user is logged in
This commit is contained in:
parent
646d197bf1
commit
deee07d6fb
@ -72,7 +72,7 @@
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<div v-if="loggedIn">
|
||||
<ProgressButton :click="subscribeUser" v-if="!user.subscribing">
|
||||
Subscribe
|
||||
</ProgressButton>
|
||||
|
Loading…
Reference in New Issue
Block a user