mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
ui: Fix
This commit is contained in:
@@ -1220,7 +1220,6 @@ function createDetailsColumn(offer) {
|
||||
<a data-tooltip-target="tooltip-recipient${escapeHtml(offer.offer_id)}" href="/identity/${escapeHtml(addrFrom)}">
|
||||
<span class="bold">Recipient:</span> ${escapeHtml(addrFrom.substring(0, 10))}...
|
||||
</a>
|
||||
<div class="partial hidden"><span class="bold">Amount Variable:</span> ${amountVariable ? 'Yes' : 'No'}</div>
|
||||
</td>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user