Skip to content

Commit 08c3033

Browse files
committed
fix: route key
1 parent b492c9b commit 08c3033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/ticket/[userId]/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const bp = useBreakpoint();
2525
const localeRoute = useLocaleRoute();
2626
2727
const { data: session, status } = useAuth();
28-
const route = useRoute("ticket-userId-edit");
28+
const route = useRoute("ticket-userId");
2929
const { data: nameBadgeData } = useFetch(`/api/name-badge/${route.params.userId}`);
3030
defineOgImage({
3131
component: "OgNameBadge",

0 commit comments

Comments
 (0)