✨ Channel manage
This commit is contained in:
@@ -22,7 +22,7 @@ const realms = useRealms()
|
||||
|
||||
const props = defineProps<{ item: any }>()
|
||||
|
||||
const isOwned = computed(() => props.item?.account_id === id.userinfo.data.id)
|
||||
const isOwned = computed(() => props.item?.account_id === id.userinfo.idSet?.interactive)
|
||||
|
||||
function editRealm() {
|
||||
realms.related.edit_to = props.item
|
||||
|
Reference in New Issue
Block a user