We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd03a90 commit e61fa63Copy full SHA for e61fa63
src/routes/+page.svelte
@@ -9,7 +9,7 @@
9
10
import AVAILABLE_VARIABLES from "$lib/dataVariables";
11
12
- const MAX_SELECTED = 5;
+ const MAX_SELECTED = 6;
13
14
let selectedStations = $state([]);
15
0 commit comments