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 04a17c0 commit 4549131Copy full SHA for 4549131
lib/routes/zaobao/util.tsx
@@ -73,7 +73,7 @@ export const parseList = async (
73
} else {
74
title = ldJson.headline;
75
pubDate = parseDate(ldJson.datePublished);
76
- category = ldJson.keywords.split(',');
+ category = ldJson.keywords?.split(',');
77
}
78
79
// $1('.overlay-microtransaction').remove();
0 commit comments