From 1c3a0454b0fc24268455796ba089804416dc6815 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 22 Dec 2023 00:01:57 -0500 Subject: Travel advisory update --- 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 6449a6a..86273db 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 =
  • Currently no diplomatic/medical issues in this country.
  • ; + historyList =
  • Currently no diplomatic/medical issues in {countries}.
  • ; } return ( -- cgit v1.2.3