const itemAddress = computed(() => {
// return isCuration.value
// ? data?.value?.state?.owner
// : data?.value?.publication?.creator
return data?.value?.publication?.creator
})
should resolve username here if it's available. otherwise, fall back to this
should resolve username here if it's available. otherwise, fall back to this