diff --git a/index.html b/index.html index 908a48c..7149fcf 100644 --- a/index.html +++ b/index.html @@ -413,12 +413,12 @@ renderElem( document.getElementById('participant_container'), html`${Object.keys(contractParticipants) - .map(participant => render.participantCard({ - accepting_token: contractInfo.accepting_token, - selling_token: contractInfo.selling_token, - ...contractParticipants[participant] - } - )) + .map(participant => render.participantCard({ + accepting_token: contractInfo.accepting_token, + selling_token: contractInfo.selling_token, + ...contractParticipants[participant] + } + )) }` ) break; @@ -713,7 +713,7 @@