Update ModalSelectIOS.tsx

This commit is contained in:
nguyentrungthat 2026-03-03 13:08:53 +07:00
parent 8612d88858
commit 7af8aabf6b
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ const ModalSelectIOS = ({
socket?.emit("load_ios_switch", {
stationId: Number(station?.id),
lineId: Number(line?.id),
iosName: ios,
iosName: ios?.name,
});
close();
}}