This commit is contained in:
sairaj mote 2023-04-15 15:52:24 +05:30
parent d22c6b03e2
commit 4839a37e4f

View File

@ -413,12 +413,12 @@
renderElem( renderElem(
document.getElementById('participant_container'), document.getElementById('participant_container'),
html`${Object.keys(contractParticipants) html`${Object.keys(contractParticipants)
.map(participant => render.participantCard({ .map(participant => render.participantCard({
accepting_token: contractInfo.accepting_token, accepting_token: contractInfo.accepting_token,
selling_token: contractInfo.selling_token, selling_token: contractInfo.selling_token,
...contractParticipants[participant] ...contractParticipants[participant]
} }
)) ))
}` }`
) )
break; break;
@ -713,7 +713,7 @@
<h5 class="label">Transaction ID</h5> <h5 class="label">Transaction ID</h5>
<sm-copy value=${hash} clip-text></sm-copy> <sm-copy value=${hash} clip-text></sm-copy>
</div> </div>
<div class="card grid gap-1-5"> <div class="card grid gap-1-5 align-start">
<div class="flex flex-direction-column"> <div class="flex flex-direction-column">
<h5 class="label">Block</h5> <h5 class="label">Block</h5>
<a href=${`#/block/${blockHeight}`} class="block-height">${blockHeight}</a> <a href=${`#/block/${blockHeight}`} class="block-height">${blockHeight}</a>