diff --git a/components/actors/bio.vue b/components/actors/bio.vue
index 15ed361..03b87da 100644
--- a/components/actors/bio.vue
+++ b/components/actors/bio.vue
@@ -374,29 +374,17 @@
:href="`/actor/edit/${actor.id}/${actor.slug}`"
target="_blank"
class="link"
- >Edit bio
+ >Edit
Revisions
-
- Merge
-
-
countB - countA)
.map(([alias]) => alias)
.filter((alias) => alias !== props.actor.name);
-
-const showMergeDialog = ref(false);
diff --git a/pages/scene/edit/+Page.vue b/pages/scene/edit/+Page.vue
index e8eac73..199c415 100644
--- a/pages/scene/edit/+Page.vue
+++ b/pages/scene/edit/+Page.vue
@@ -275,6 +275,7 @@ const fields = computed(() => [
},
{
key: 'url',
+ label: 'URL',
type: 'string',
value: scene.value.url,
enabled: verifyAbility(user, 'scene', 'update'),