mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 01:49:14 +00:00
show subscribe button only if user is logged in
This commit is contained in:
parent
646d197bf1
commit
deee07d6fb
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
</button>
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<div v-if="loggedIn">
|
||||
<ProgressButton :click="subscribeUser" v-if="!user.subscribing">
|
||||
Subscribe
|
||||
</ProgressButton>
|
||||
|
|
Loading…
Reference in a new issue