From 3ea798f1cdc84f5e22517df93f83f4dbbddc5372 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 5 Mar 2022 23:05:28 -0400 Subject: fix context notes --- src/page/artist.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/page/artist.js b/src/page/artist.js index dae0e19..9d17b48 100644 --- a/src/page/artist.js +++ b/src/page/artist.js @@ -32,7 +32,7 @@ export function targets({wikiData}) { export function write(artist, {wikiData}) { const { groupData, wikiInfo } = wikiData; - const { name, urls, note } = artist; + const { name, urls, contextNotes } = artist; const artThingsAll = sortByDate(unique([ ...artist.albumsAsCoverArtist ?? [], @@ -295,10 +295,10 @@ export function write(artist, {wikiData}) { alt: strings('misc.alt.artistAvatar') })}

${strings('artistPage.title', {artist: name})}

- ${note && fixWS` + ${contextNotes && fixWS`

${strings('releaseInfo.note')}

- ${transformMultiline(note)} + ${transformMultiline(contextNotes)}

`} -- cgit 1.3.0-6-gf8a5