From 12ff51efc1119035b8cf17cf458a0dc5c1354423 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 23 Jan 2025 00:11:06 -0500 Subject: Travel advisory and visa update --- app/travel-advisory/ListCountries.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/travel-advisory') diff --git a/app/travel-advisory/ListCountries.js b/app/travel-advisory/ListCountries.js index 865d657..7e59216 100644 --- a/app/travel-advisory/ListCountries.js +++ b/app/travel-advisory/ListCountries.js @@ -31,7 +31,6 @@ export function getDangerLevel(danger, override) { } export function Countries(){ - // eslint-disable-next-line react-hooks/rules-of-hooks const [showModal, setShowModal] = useState(false); const [selectedCountry, setSelectedCountry] = useState(null); const [selectedDangerLevel, setSelectedDangerLevel] = useState(null); -- cgit v1.2.3