diff --git a/pages/@[account].vue b/pages/@[account].vue
index 5d585867..8bc1ef27 100644
--- a/pages/@[account].vue
+++ b/pages/@[account].vue
@@ -1,20 +1,8 @@
@@ -25,7 +13,7 @@ const paginator = $computed(() => {
- Account @{{ params.user }} not found
+ Account @{{ accountName }} not found
diff --git a/pages/@[account]/index.vue b/pages/@[account]/index.vue
index 37fe5836..543699eb 100644
--- a/pages/@[account]/index.vue
+++ b/pages/@[account]/index.vue
@@ -1,8 +1,4 @@