Don't show note textarea if logged out

This commit is contained in:
Sol Fisher Romanoff 2022-06-23 20:02:47 +03:00
parent c71405ccad
commit 9f9c5e01f1
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

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