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/visas/ListCountries.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/visas') diff --git a/app/visas/ListCountries.js b/app/visas/ListCountries.js index 6ca1863..1e926cf 100644 --- a/app/visas/ListCountries.js +++ b/app/visas/ListCountries.js @@ -22,7 +22,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