From dd8050e18db6db2fad0d8c59d5e2ef0c11fe155f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 23 Jul 2023 20:05:08 -0400 Subject: Updated travel advisory --- app/travel-advisory/HistoryModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/travel-advisory/HistoryModal.js') diff --git a/app/travel-advisory/HistoryModal.js b/app/travel-advisory/HistoryModal.js index 2ceec7b..6449a6a 100644 --- a/app/travel-advisory/HistoryModal.js +++ b/app/travel-advisory/HistoryModal.js @@ -12,7 +12,7 @@ const HistoryModal = ({ isVisible, onClose, countries, dangerLevel, history }) = ) }) } else { - historyList =
  • There is currently a parasite going around the world, travel carefully.
  • ; + historyList =
  • Currently no diplomatic/medical issues in this country.
  • ; } return ( -- cgit v1.2.3