Refactor cards to navigate

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 13:00:26 +00:00
parent 0f476db478
commit bbfdddb94f
5 changed files with 126 additions and 124 deletions

View File

@@ -354,7 +354,6 @@ export default function Parks() {
{viewMode === 'grid' ? (
<ParkGridView
parks={filteredAndSortedParks}
onParkClick={handleParkClick}
/>
) : (
<ParkListView