@ -38,7 +38,7 @@ const DAYS_OFF_API_ENDPOINT = "https://date.nager.at"
async function fetchDaysOffPerCountry(country) {
if (country) {
if (!country) {
return null;
}