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"
|
:user-id="userId"
|
||||||
:in-profile="true"
|
:in-profile="true"
|
||||||
:footer-slipgate="footerRef"
|
:footer-slipgate="footerRef"
|
||||||
|
:disabled="!currentUser"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-if="followsTabVisible"
|
v-if="followsTabVisible"
|
||||||
|
@ -128,6 +129,7 @@
|
||||||
:user-id="userId"
|
:user-id="userId"
|
||||||
:in-profile="true"
|
:in-profile="true"
|
||||||
:footer-slipgate="footerRef"
|
:footer-slipgate="footerRef"
|
||||||
|
:disabled="!currentUser"
|
||||||
/>
|
/>
|
||||||
<Timeline
|
<Timeline
|
||||||
v-if="isUs"
|
v-if="isUs"
|
||||||
|
|
Loading…
Reference in a new issue