fixed labelling error

This commit is contained in:
sairaj mote 2023-06-11 17:25:19 +05:30
parent b1ef88abea
commit a19e95d06b

View File

@ -944,7 +944,7 @@
${contractType === 'continuos-event' && contractSubtype === 'tokenswap' ? html`
<div class="flex info-row">
<h5 class="label">deposit token</h5>
<h4>${acceptingToken}</h4>
<h4>${sellingToken}</h4>
</div>
<div class="flex info-row">
<h5 class="label">participation token</h5>