forked from AkkomaGang/akkoma-fe
Don't show note textarea if logged out
This commit is contained in:
parent
c71405ccad
commit
9f9c5e01f1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="!isUs"
|
v-if="currentUser && !isUs"
|
||||||
class="note"
|
class="note"
|
||||||
>
|
>
|
||||||
<textarea
|
<textarea
|
||||||
|
|
Loading…
Reference in a new issue