fixed labelling error
This commit is contained in:
parent
b1ef88abea
commit
a19e95d06b
@ -944,7 +944,7 @@
|
|||||||
${contractType === 'continuos-event' && contractSubtype === 'tokenswap' ? html`
|
${contractType === 'continuos-event' && contractSubtype === 'tokenswap' ? html`
|
||||||
<div class="flex info-row">
|
<div class="flex info-row">
|
||||||
<h5 class="label">deposit token</h5>
|
<h5 class="label">deposit token</h5>
|
||||||
<h4>${acceptingToken}</h4>
|
<h4>${sellingToken}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex info-row">
|
<div class="flex info-row">
|
||||||
<h5 class="label">participation token</h5>
|
<h5 class="label">participation token</h5>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user