Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 6b4c6bd

Browse files
tokuda109ubugeeei
andauthored
Update components/PanelDocs.vue
Co-authored-by: ubugeeei <[email protected]>
1 parent a68b096 commit 6b4c6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PanelDocs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const THREAD_ID_MAP = {
8484
}
8585
8686
const threadUrl = computed(() =>
87-
page.value?._file
87+
page.value?._file && threadIdMappings[page.value._file]
8888
? `https://github.com/vuejs-jp/learn.nuxt.com/discussions/${threadIdMappings[page.value._file]}`
8989
: undefined,
9090
)

0 commit comments

Comments
 (0)