From 08b700bb14e5e12c1dff283e2eef729816a97f15 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 26 Jun 2022 20:57:06 -0300 Subject: lots of fixes from eslint --- src/misc-templates.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/misc-templates.js') diff --git a/src/misc-templates.js b/src/misc-templates.js index 0ff4c42..53a0595 100644 --- a/src/misc-templates.js +++ b/src/misc-templates.js @@ -107,7 +107,7 @@ export function getArtistString( ) { return language.formatConjunctionList( artists.map(({who, what}) => { - const {urls, directory, name} = who; + const {urls} = who; return [ link.artist(who), showContrib && what && `(${what})`, @@ -135,11 +135,8 @@ export function generateChronologyLinks( link, linkAnythingMan, language, - wikiData, } ) { - const {albumData} = wikiData; - const contributions = currentThing[contribKey]; if (!contributions) { return ''; -- cgit 1.3.0-6-gf8a5