We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd6057 commit 087fc17Copy full SHA for 087fc17
1 file changed
app/components/AppHeader.vue
@@ -128,7 +128,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
128
const showFullSearch = shallowRef(false)
129
const showMobileMenu = shallowRef(false)
130
const { env } = useAppConfig().buildInfo
131
-const prId = env === 'preview' ? useRuntimeConfig().public.pullRequestID : 123
+const prId = env === 'preview' ? useRuntimeConfig().public.pullRequestID : undefined
132
133
// On mobile, clicking logo+search button expands search
134
const route = useRoute()
0 commit comments