mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-07 11:18:10 +01:00
ui: Fixed offers table layout, hide chart on Sent Offers page.
This commit is contained in:
@@ -623,6 +623,7 @@ def page_offers(self, url_split, post_string, sent=False):
|
||||
'page_type': 'Sent Offers' if sent else 'Network Offers',
|
||||
'page_type_description': '' if sent else '',
|
||||
'messages': messages,
|
||||
'chart': 'hidden' if sent else '',
|
||||
'coins_from': coins_from,
|
||||
'coins': coins_to,
|
||||
'messages': messages,
|
||||
|
||||
Reference in New Issue
Block a user