« 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/artist.js
diff options
context:
space:
mode:
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>