StationDiagramViewを一端封鎖(ユーザー指定)

This commit is contained in:
harukin-expo-dev-env
2025-09-24 16:27:34 +00:00
parent 1073d1f681
commit 4151f3f056

View File

@@ -135,11 +135,11 @@ export const StationDeteilView = (props) => {
onExit={onExit}
/>
)}
<StationDiagramButton
navigate={navigate}
onExit={onExit}
currentStation={currentStation}
/>
{updatePermission &&<StationDiagramButton
navigate={navigate}
onExit={onExit}
currentStation={currentStation}
/>}
{!currentStation[0].StationTimeTable || (
<StationTimeTableButton
info={info}