Google Maps Bug

This commit is contained in:
Eric Gullickson
2025-11-08 12:17:29 -06:00
parent efbe9ba3c0
commit bb4a356b9e
39 changed files with 1175 additions and 449 deletions

View File

@@ -52,9 +52,12 @@ export const mockSavedStations: SavedStation[] = [
id: '550e8400-e29b-41d4-a716-446655440000',
userId: 'user123',
stationId: mockStations[0].placeId,
placeId: mockStations[0].placeId,
nickname: 'Work Gas Station',
notes: 'Usually has good prices, rewards program available',
isFavorite: true,
has93Octane: true,
has93OctaneEthanolFree: true,
createdAt: new Date('2024-01-01'),
updatedAt: new Date('2024-01-15')
},
@@ -62,9 +65,12 @@ export const mockSavedStations: SavedStation[] = [
id: '550e8400-e29b-41d4-a716-446655440001',
userId: 'user123',
stationId: mockStations[1].placeId,
placeId: mockStations[1].placeId,
nickname: 'Home Station',
notes: 'Closest to apartment',
isFavorite: true,
has93Octane: true,
has93OctaneEthanolFree: false,
createdAt: new Date('2024-01-05'),
updatedAt: new Date('2024-01-10')
}