From 99c0bb64b33858a3a4077343b6db987471cdc1f0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 26 Jun 2022 18:07:21 -0300 Subject: Changes(tm) --- src/page/album-commentary.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/page/album-commentary.js') 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}) { })}`, entries: `${language.countCommentaryEntries( entries.length, - {unit: true} + { + unit: true, + } )}`, })}

${ @@ -144,7 +146,9 @@ export function writeTargetless({wikiData}) { })}`, entries: `${language.countCommentaryEntries( totalEntries, - {unit: true} + { + unit: true, + } )}`, })}

${language.$('commentaryIndex.albumList.title')}

@@ -162,7 +166,9 @@ export function writeTargetless({wikiData}) { entries: language.countCommentaryEntries( entries.length, - {unit: true} + { + unit: true, + } ), } )} -- cgit 1.3.0-6-gf8a5