Skip to content

Commit

Permalink
Remove non-functional IAP 2024 option in dropdown
Browse files Browse the repository at this point in the history
Until #7 is fixed, exclude i24 as it does not have an associated JSON
file. Closes #64.
  • Loading branch information
psvenk committed Dec 24, 2023
1 parent 3c08bb3 commit 4ce1846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function getLastUrlName(urlName: string): string {
}

/** urlNames that don't have a State */
const EXCLUDED_URLS = ["i23"];
const EXCLUDED_URLS = ["i23", "i24"];

/** Earliest urlName we have a State for. */
const EARLIEST_URL = "f22";
Expand Down

0 comments on commit 4ce1846

Please sign in to comment.