Skip to content

Commit 087fc17

Browse files
committed
feat: update
1 parent 8bd6057 commit 087fc17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
128128
const showFullSearch = shallowRef(false)
129129
const showMobileMenu = shallowRef(false)
130130
const { env } = useAppConfig().buildInfo
131-
const prId = env === 'preview' ? useRuntimeConfig().public.pullRequestID : 123
131+
const prId = env === 'preview' ? useRuntimeConfig().public.pullRequestID : undefined
132132
133133
// On mobile, clicking logo+search button expands search
134134
const route = useRoute()

0 commit comments

Comments
 (0)