Don't show note textarea if logged out #12

Merged
floatingghost merged 1 commit from :notes into develop 2022-06-23 19:09:57 +00:00

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