diff --git a/common/components/inputs/StationSelector.tsx b/common/components/inputs/StationSelector.tsx index 2c08cc0a0..cec76be3e 100644 --- a/common/components/inputs/StationSelector.tsx +++ b/common/components/inputs/StationSelector.tsx @@ -69,7 +69,7 @@ export const StationSelector: React.FC = ({ leaveFrom="transform opacity-100 scale-100" leaveTo="transform opacity-0 scale-95" > - +
{stationOptions?.map((station, stationIndex) => (