forked from AkkomaGang/akkoma-fe
Disable replies and media tabs if not logged in
This commit is contained in:
parent
6774b0d468
commit
dd1a949590
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
:user-id="userId"
|
||||
:in-profile="true"
|
||||
:footer-slipgate="footerRef"
|
||||
:disabled="!currentUser"
|
||||
/>
|
||||
<div
|
||||
v-if="followsTabVisible"
|
||||
|
@ -128,6 +129,7 @@
|
|||
:user-id="userId"
|
||||
:in-profile="true"
|
||||
:footer-slipgate="footerRef"
|
||||
:disabled="!currentUser"
|
||||
/>
|
||||
<Timeline
|
||||
v-if="isUs"
|
||||
|
|
Loading…
Reference in a new issue