From 4dc9ec8a3de5825fe92987711971c4f862c39e5e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 5 Mar 2021 21:57:10 -0400 Subject: fix contribs on artist pages showing as [Object] typescript when /j --- upd8.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upd8.js b/upd8.js index e9ebc66..12549c5 100755 --- a/upd8.js +++ b/upd8.js @@ -3072,7 +3072,7 @@ function writeArtistPage(artist) { ? strings('artistPage.creditList.entry.withArtists.withContribution', { entry, artists: getArtistString(artists, {strings, to}), - contribution: contrib + contribution: contrib.what }) : strings('artistPage.creditList.entry.withArtists', { entry, @@ -3081,7 +3081,7 @@ function writeArtistPage(artist) { : (contrib.what ? strings('artistPage.creditList.entry.withContribution', { entry, - contribution: contrib + contribution: contrib.what }) : entry))); -- cgit 1.3.0-6-gf8a5