mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 11:31:11 -05:00
Fix Select.Item value prop error
This commit is contained in:
@@ -202,7 +202,6 @@ export function LocationTab() {
|
||||
<SelectValue placeholder="Select your location" />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value="">No location selected</SelectItem>
|
||||
{locations.map((location) => (
|
||||
<SelectItem key={location.id} value={location.id}>
|
||||
{location.name}
|
||||
|
||||
Reference in New Issue
Block a user