aboutsummaryrefslogtreecommitdiff
path: root/app/travel-advisory
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-01-23 00:11:06 -0500
committerAndrew Lee <andrew@alee14.me>2025-01-23 00:11:06 -0500
commit12ff51efc1119035b8cf17cf458a0dc5c1354423 (patch)
treed03ccb18a1a755358bd3f394f09e4f0996c4414c /app/travel-advisory
parentaab516dad449c0a59c1196be3ee6822cb59f2bce (diff)
downloadalure-website-12ff51efc1119035b8cf17cf458a0dc5c1354423.tar.gz
alure-website-12ff51efc1119035b8cf17cf458a0dc5c1354423.tar.bz2
alure-website-12ff51efc1119035b8cf17cf458a0dc5c1354423.zip
Travel advisory and visa update
Diffstat (limited to 'app/travel-advisory')
-rw-r--r--app/travel-advisory/ListCountries.js1
1 files changed, 0 insertions, 1 deletions
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);