Skip to content

Commit

Permalink
docs: don't add pro path if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 3, 2023
1 parent 7891ccb commit 5dca710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const navigation = computed(() => {
const pro = nav.value.find(item => item._path === '/pro')

return [
pro,
...(pro ? [pro] : []),
...dev
]
}
Expand Down

0 comments on commit 5dca710

Please sign in to comment.