Merge commit '4151f3f0569d83d2476dbba71bd5f3464c730c7a' into develop

This commit is contained in:
harukin-expo-dev-env
2025-09-24 16:27:42 +00:00

View File

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