bug fix
This commit is contained in:
parent
4982b70190
commit
d46375a544
@ -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>
|
||||
`: ''}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user