forked from AkkomaGang/akkoma-fe
Disable private note for self
This commit is contained in:
parent
398b2624c8
commit
231a4af754
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@
|
|||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="note">
|
||||
<div
|
||||
v-if="!isUs"
|
||||
class="note"
|
||||
>
|
||||
<textarea
|
||||
v-model="note"
|
||||
class="resize-height"
|
||||
|
|
Loading…
Reference in a new issue