« get me outta code hell

Changes(tm) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/album-commentary.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:07:21 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:07:21 -0300
commit99c0bb64b33858a3a4077343b6db987471cdc1f0 (patch)
treece3b3e693052b099156871d8786627368ce2a560 /src/page/album-commentary.js
parentc75b029160248b6935e5c0f5156cc7a870311e82 (diff)
Changes(tm)
Diffstat (limited to 'src/page/album-commentary.js')
-rw-r--r--src/page/album-commentary.js12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/page/album-commentary.js b/src/page/album-commentary.js
index 719bd65..8a5ba06 100644
--- a/src/page/album-commentary.js
+++ b/src/page/album-commentary.js
@@ -54,7 +54,9 @@ export function write(album, {wikiData}) {
                           })}</b>`,
                           entries: `<b>${language.countCommentaryEntries(
                             entries.length,
-                            {unit: true}
+                            {
+                              unit: true,
+                            }
                           )}</b>`,
                         })}</p>
                         ${
@@ -144,7 +146,9 @@ export function writeTargetless({wikiData}) {
                           })}</b>`,
                           entries: `<b>${language.countCommentaryEntries(
                             totalEntries,
-                            {unit: true}
+                            {
+                              unit: true,
+                            }
                           )}</b>`,
                         })}</p>
                         <p>${language.$('commentaryIndex.albumList.title')}</p>
@@ -162,7 +166,9 @@ export function writeTargetless({wikiData}) {
                                         entries:
                                           language.countCommentaryEntries(
                                             entries.length,
-                                            {unit: true}
+                                            {
+                                              unit: true,
+                                            }
                                           ),
                                       }
                                     )}</li>