Don't show note textarea if logged out #12
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