mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:51:13 -05:00
Refactor cards to navigate
This commit is contained in:
@@ -354,7 +354,6 @@ export default function Parks() {
|
||||
{viewMode === 'grid' ? (
|
||||
<ParkGridView
|
||||
parks={filteredAndSortedParks}
|
||||
onParkClick={handleParkClick}
|
||||
/>
|
||||
) : (
|
||||
<ParkListView
|
||||
|
||||
Reference in New Issue
Block a user