Merge pull request 'Don't show note textarea if logged out' (#12) from sfr/pleroma-fe:notes into develop
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: AkkomaGang/pleroma-fe#12
This commit is contained in:
floatingghost 2022-06-23 19:09:57 +00:00
commit f0e180693e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
</dl>
</div>
<div
v-if="!isUs"
v-if="currentUser && !isUs"
class="note"
>
<textarea