diff options
Diffstat (limited to 'app/visas')
| -rw-r--r-- | app/visas/ListCountries.js | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
