mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
Update UserCard.vue
This commit is contained in:
@@ -165,7 +165,7 @@ onMounted(() => {
|
|||||||
编辑
|
编辑
|
||||||
</VBtn>
|
</VBtn>
|
||||||
<VBtn
|
<VBtn
|
||||||
v-if="!(props.user.id === currentLoginUserId)"
|
v-if="props.user.id != currentLoginUserId"
|
||||||
color="error"
|
color="error"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
@click="removeUser"
|
@click="removeUser"
|
||||||
|
|||||||
Reference in New Issue
Block a user