« get me outta code hell

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:
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>