diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/page/homepage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js index 0ae2b9b6..cb1e1da1 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; |