fix: remove debug local users
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
<div class="account-user-new">
|
<div class="account-user-new">
|
||||||
<h3 v-if="showTitle" class="subtitle is-3">{{ $tc('account.friends', localeUsers.length, { count: localeUsers.length }) }}</h3>
|
<h3 v-if="showTitle" class="subtitle is-3">{{ $tc('account.friends', localeUsers.length, { count: localeUsers.length }) }}</h3>
|
||||||
<user-new v-if="user && defaultUser" v-model="user" />
|
<user-new v-if="user && defaultUser" v-model="user" />
|
||||||
{{ localeUsers }}
|
|
||||||
<div v-for="(user, k) in localeUsers" :key="k">
|
<div v-for="(user, k) in localeUsers" :key="k">
|
||||||
<user-new v-model="localeUsers[k]" @remove="() => remove(k)" />
|
<user-new v-model="localeUsers[k]" @remove="() => remove(k)" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user