aboutsummaryrefslogtreecommitdiff
path: root/components/travel-advisory/HistoryModal.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-17 22:20:45 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-17 22:20:45 -0400
commitf6cc64b3b36836ced50c2f7d089b52e9e329b666 (patch)
tree5306465e1465d75bd24bb677159bab776c140de0 /components/travel-advisory/HistoryModal.js
parent5580ad5448c80e0034b95d6a4597425bd164c8ca (diff)
downloadalure-website-f6cc64b3b36836ced50c2f7d089b52e9e329b666.tar.gz
alure-website-f6cc64b3b36836ced50c2f7d089b52e9e329b666.tar.bz2
alure-website-f6cc64b3b36836ced50c2f7d089b52e9e329b666.zip
Favicons; More responsive stuff
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>