This commit is contained in:
sairaj mote 2023-06-20 19:31:18 +05:30
parent 4982b70190
commit d46375a544

View File

@ -1326,13 +1326,13 @@
`: ''}
${acceptingToken ? html`
<div class="flex flex-direction-column">
<h5 class="label">deposit token</h5>
<h5 class="label">Participation token</h5>
<h4>${acceptingToken}</h4>
</div>
`: ''}
${sellingToken ? html`
<div class="flex flex-direction-column">
<h5 class="label">participation token</h5>
<h5 class="label">Deposit token</h5>
<h4>${sellingToken}</h4>
</div>
`: ''}