diff --git a/components/stashes/heart.vue b/components/stashes/heart.vue
index 4c31f14..4c05ef2 100644
--- a/components/stashes/heart.vue
+++ b/components/stashes/heart.vue
@@ -32,7 +32,7 @@
@@ -55,7 +55,7 @@
0);
const hasSecondaryStash = computed(() => itemStashes.value.some((itemStash) => !itemStash.isPrimary));
-if (props.domain === 'actors') {
- console.log(itemAlerts.value);
-}
-
const done = ref(true);
const showStashes = ref(false);
const showStashDialog = ref(false);
diff --git a/pages/entities/@entitySlug/+Page.vue b/pages/entities/@entitySlug/+Page.vue
index 7c65737..8d11c71 100644
--- a/pages/entities/@entitySlug/+Page.vue
+++ b/pages/entities/@entitySlug/+Page.vue
@@ -1,46 +1,54 @@