« 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/artist.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/artist.js
parentc75b029160248b6935e5c0f5156cc7a870311e82 (diff)
Changes(tm)
Diffstat (limited to 'src/page/artist.js')
-rw-r--r--src/page/artist.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/page/artist.js b/src/page/artist.js
index 6b26b0f..eb57f5c 100644
--- a/src/page/artist.js
+++ b/src/page/artist.js
@@ -444,7 +444,10 @@ export function write(artist, {wikiData}) {
                                 artist: artist.name,
                                 duration: language.formatDuration(
                                   totalDuration,
-                                  {approximate: true, unit: true}
+                                  {
+                                    approximate: true,
+                                    unit: true,
+                                  }
                                 ),
                               }
                             )}</p>
@@ -685,7 +688,9 @@ export function write(artist, {wikiData}) {
                       {
                         coverArts: language.countCoverArts(
                           artThingsGallery.length,
-                          {unit: true}
+                          {
+                            unit: true,
+                          }
                         ),
                       }
                     )}</p>