Fix meta picker breaking with broken links

pull/989/head
Zef Hemel 2024-07-27 11:01:28 +02:00
parent ec88543a14
commit 830ae9c83d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export function PageNavigator({
hint: pageMeta.tags![0],
orderId: orderId,
});
} else {
} else { // all
// In mode "all" just show the full path and all tags
let description: string | undefined;
if (pageMeta.tags) {