Added quick alert button to actor bio.
This commit is contained in:
@@ -357,8 +357,6 @@ const pageContext = inject('pageContext');
|
||||
const user = pageContext.user;
|
||||
const actor = ref(pageContext.pageProps.actor);
|
||||
|
||||
// console.log(actor.value);
|
||||
|
||||
const fields = computed(() => [
|
||||
...(actor.value.photos.length > 0 ? [{
|
||||
key: 'avatar',
|
||||
|
||||
Reference in New Issue
Block a user