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