From 1ad1617807e498930157119020bb5e8db5f91b89 Mon Sep 17 00:00:00 2001
From: YousefEZ <45167695+YousefEZ@users.noreply.github.com>
Date: Sat, 14 Sep 2024 12:51:56 +0100
Subject: [PATCH] :bug: show empty trade requests list if no requests received
---
templates/trade.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/templates/trade.xml b/templates/trade.xml
index e6228a2..51f57ff 100644
--- a/templates/trade.xml
+++ b/templates/trade.xml
@@ -55,6 +55,7 @@
{% endfor %}
+ {% if nation.trade.received %}
+ {% endif %}