mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
Merge pull request 'Don't show note textarea if logged out' (#12) from sfr/pleroma-fe:notes into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/12
This commit is contained in:
commit
f0e180693e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
</dl>
|
||||
</div>
|
||||
<div
|
||||
v-if="!isUs"
|
||||
v-if="currentUser && !isUs"
|
||||
class="note"
|
||||
>
|
||||
<textarea
|
||||
|
|
Loading…
Reference in a new issue