Skip to content

Commit

Permalink
fix: typo (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayrion authored Mar 6, 2024
1 parent 94023a3 commit 9ee4730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Sidebar({ foodPlaces }: SidebarProps) {
foodPlacesSorted.find((item) => item.city === 'Garching')?.foodPlaces.push(foodPlace)
else if (
address.includes('München') ||
address.includes('Plategg') ||
address.includes('Planegg') ||
address.includes('Planegg-Martinsried')
)
foodPlacesSorted.find((item) => item.city === 'Munich')?.foodPlaces.push(foodPlace)
Expand Down

0 comments on commit 9ee4730

Please sign in to comment.