forked from AkkomaGang/akkoma-fe
Merge pull request 'Don't show note textarea if logged out' (#12) from sfr/pleroma-fe:notes into develop
Reviewed-on: AkkomaGang/pleroma-fe#12
This commit is contained in:
commit
f0e180693e
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