aboutsummaryrefslogtreecommitdiff
path: root/components/travel-advisory/HistoryModal.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-18 14:17:24 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-18 14:17:24 -0400
commitdb2b5e5a72a7bd519a3476a77470e42f3bed5d30 (patch)
treea68dafe97b9d126d60a6bcd8f06b5bb3c968b1be /components/travel-advisory/HistoryModal.js
parentc4c55a93bc6af8b15f45225169758e08ff1b13cd (diff)
downloadsei-website-alure.tar.gz
sei-website-alure.tar.bz2
sei-website-alure.zip
Fonts and image changesalure
Diffstat (limited to 'components/travel-advisory/HistoryModal.js')
-rw-r--r--components/travel-advisory/HistoryModal.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/travel-advisory/HistoryModal.js b/components/travel-advisory/HistoryModal.js
index 9ff835a..3ef2ea8 100644
--- a/components/travel-advisory/HistoryModal.js
+++ b/components/travel-advisory/HistoryModal.js
@@ -27,9 +27,7 @@ const HistoryModal = ({ isVisible, onClose, countries, dangerLevel, history }) =
</div>
<div>
<h1 className="font-medium text-2xl pt-3">History</h1>
- <ul>
- {historyList}
- </ul>
+ <ul>{historyList}</ul>
</div>
</div>
</div>