« get me outta code hell

error-free basic full build - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/group.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-02-24 22:59:04 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-02-24 22:59:04 -0400
commit5057b24b53f3866cf9f34a6fdfa0d1345c0d8be0 (patch)
tree80c4d41078d1b23d6f3d8279c1470e84f8a7615a /src/page/group.js
parent71de050864a42afcaeb409c11b9c792653cf2f1b (diff)
error-free basic full build
Diffstat (limited to 'src/page/group.js')
-rw-r--r--src/page/group.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/group.js b/src/page/group.js
index 4782896..c51f0e3 100644
--- a/src/page/group.js
+++ b/src/page/group.js
@@ -52,7 +52,7 @@ export function write(group, {wikiData}) {
             main: {
                 content: fixWS`
                     <h1>${strings('groupInfoPage.title', {group: group.name})}</h1>
-                    ${group.urls.length && `<p>${
+                    ${group.urls?.length && `<p>${
                         strings('releaseInfo.visitOn', {
                             links: strings.list.or(group.urls.map(url => fancifyURL(url, {strings})))
                         })