« 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/homepage.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/page/homepage.js')
-rw-r--r--src/page/homepage.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js
index 7701a73..1356aaf 100644
--- a/src/page/homepage.js
+++ b/src/page/homepage.js
@@ -54,13 +54,17 @@ export function writeTargetless({wikiData}) {
                                       'new-releases'
                                         ? getNewReleases(
                                             row.countAlbumsFromGroup,
-                                            {wikiData}
+                                            {
+                                              wikiData,
+                                            }
                                           )
                                         : row.sourceGroupByRef ===
                                           'new-additions'
                                         ? getNewAdditions(
                                             row.countAlbumsFromGroup,
-                                            {wikiData}
+                                            {
+                                              wikiData,
+                                            }
                                           )
                                         : (row.sourceGroup?.albums ?? [])
                                             .slice()