« get me outta code hell

fix unused variable in page/homepage.js - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-01-04 20:37:46 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-01-04 20:37:46 -0400
commitd788e5dc790c7bd3f98ccd7c6dca7794e575a133 (patch)
treef063a41669528ae8b4eeb6a1c2e0fa625eca706a
parent4f1f288d01590517add1f443e3c332a614bc11fd (diff)
fix unused variable in page/homepage.js
-rw-r--r--src/page/homepage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js
index 0ae2b9b..cb1e1da 100644
--- a/src/page/homepage.js
+++ b/src/page/homepage.js
@@ -12,7 +12,7 @@ import {
 } from '../util/wiki-data.js';
 
 export function writeTargetless({wikiData}) {
-  const {newsData, staticPageData, homepageLayout, wikiInfo} = wikiData;
+  const {newsData, homepageLayout, wikiInfo} = wikiData;
 
   const rowData = homepageLayout.rows?.map(row => {
     const {color, name, type} = row;