ui: Show red clock for revoked offers.

This commit is contained in:
tecnovert
2022-10-25 23:41:51 +02:00
parent 50ed1bfccf
commit 45d6b9ecbf
3 changed files with 6 additions and 5 deletions

View File

@@ -621,7 +621,8 @@ def page_offers(self, url_split, post_string, sent=False):
o.addr_from,
o.was_sent,
ci_from.format_amount(completed_amount),
is_expired))
is_expired,
o.active_ind))
coins_from, coins_to = listAvailableCoins(swap_client, split_from=True)