diff --git a/frontend/src/components/MapView.tsx b/frontend/src/components/MapView.tsx index 2b3b55f..a8984c0 100644 --- a/frontend/src/components/MapView.tsx +++ b/frontend/src/components/MapView.tsx @@ -230,14 +230,14 @@ export default function MapView({ restaurants, selected, onSelectRestaurant, onB /> {channelNames.length > 1 && ( -
+
{channelNames.map((ch) => (
- {ch} + {ch}
))}