« 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
diff options
context:
space:
mode:
Diffstat (limited to 'src/page')
-rw-r--r--src/page/track.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/page/track.js b/src/page/track.js
index 9b3867c..e75b695 100644
--- a/src/page/track.js
+++ b/src/page/track.js
@@ -6,7 +6,7 @@ export function targets({wikiData}) {
   return wikiData.trackData;
 }
 
-export function pathsForTarget(track, {wikiInfo}) {
+export function pathsForTarget(track) {
   return [
     {
       type: 'page',
@@ -14,9 +14,7 @@ export function pathsForTarget(track, {wikiInfo}) {
 
       contentFunction: {
         name: 'generateTrackInfoPage',
-        args: [track, {
-          topLevelGroups: wikiInfo.divideTrackListsByGroups,
-        }],
+        args: [track],
       },
     },
   ];