駅の地図情報を全開放

This commit is contained in:
harukin-expo-dev-env 2025-07-05 09:43:44 +00:00
parent 218f9d5093
commit 012544beeb

View File

@ -135,9 +135,7 @@ export const StationDeteilView = (props) => {
useShow={useShow}
/>
)}
{!currentStation[0].StationMap || (
<StationMapButton stationMap={currentStation[0].StationMap} />
)}
<StationMapButton stationMap={currentStation[0].StationMap || `https://www.google.co.jp/maps/place/${currentStation[0].lat},${currentStation[0].lng}`} />
{!trainBus || (
<TrainBusButton
address={trainBus.address}