Update ModalSelectIOS.tsx
This commit is contained in:
parent
8612d88858
commit
7af8aabf6b
|
|
@ -353,7 +353,7 @@ const ModalSelectIOS = ({
|
||||||
socket?.emit("load_ios_switch", {
|
socket?.emit("load_ios_switch", {
|
||||||
stationId: Number(station?.id),
|
stationId: Number(station?.id),
|
||||||
lineId: Number(line?.id),
|
lineId: Number(line?.id),
|
||||||
iosName: ios,
|
iosName: ios?.name,
|
||||||
});
|
});
|
||||||
close();
|
close();
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue