Fix accidental rename during refactoring
This commit is contained in:
parent
318e61be46
commit
f55ed15145
@ -37,8 +37,8 @@ function InfoPopupSwitchItems(props) {
|
|||||||
if (!track.switch) return null;
|
if (!track.switch) return null;
|
||||||
|
|
||||||
return <>
|
return <>
|
||||||
<InfoPopupItem value={track.createSwitchTrack.id_switch} label="Switch ID" />
|
<InfoPopupItem value={track.switch.id_switch} label="Switch ID" />
|
||||||
<InfoPopupItem value={track.createSwitchTrack.bare_model} label="Switch model" />
|
<InfoPopupItem value={track.switch.bare_model} label="Switch model" />
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user