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:
floatingghost 2022-06-23 19:09:57 +00:00
commit f0e180693e

View file

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