Merge commit '4151f3f0569d83d2476dbba71bd5f3464c730c7a' into develop
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user