fix: restore first 49 stations to preserve IDs, expand database to 173 cities, and remove limit slice from UI list
This commit is contained in:
@@ -135,7 +135,7 @@ export function GlobalWindSettingsModal() {
|
||||
className="h-8 text-xs"
|
||||
/>
|
||||
<div className="max-h-[200px] overflow-y-auto rounded-md border divide-y">
|
||||
{filteredStations.slice(0, 30).map((s) => (
|
||||
{filteredStations.map((s) => (
|
||||
<button
|
||||
key={s.id}
|
||||
onClick={() => setV0(s.v0)}
|
||||
|
||||
Reference in New Issue
Block a user