From f39bd497fd4d7e54375783efc09707149e865834 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 13 Apr 2025 06:48:28 -0300 Subject: client: sticky-heading: whoopsey --- src/static/js/client/sticky-heading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static/js/client') diff --git a/src/static/js/client/sticky-heading.js b/src/static/js/client/sticky-heading.js index 02d3cd96..b65574d0 100644 --- a/src/static/js/client/sticky-heading.js +++ b/src/static/js/client/sticky-heading.js @@ -89,7 +89,7 @@ export function getPageReferences() { info.contentCovers = info.contentCoverColumns - .map(el => el.querySelector('.cover-artwork')); + .map(el => el ? el.querySelector('.cover-artwork') : null); info.contentCoversReveal = info.contentCovers -- cgit 1.3.0-6-gf8a5