From 7d2c20c61ef6770d9fd0ac271c0111f5ceebe7d2 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Fri, 5 Dec 2025 08:31:11 +0700 Subject: [PATCH] Update App.tsx --- FRONTEND/src/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FRONTEND/src/App.tsx b/FRONTEND/src/App.tsx index 98d68b4..e875b08 100644 --- a/FRONTEND/src/App.tsx +++ b/FRONTEND/src/App.tsx @@ -698,7 +698,9 @@ function App() { setSelectedLines={setSelectedLines} isDisable={isDisable} setIsDisable={setIsDisable} - station={station} + station={ + stations.find((el) => el.id === Number(activeTab)) || station + } testLogContent={testLogContent} isLogModalOpen={isLogModalOpen} setIsLogModalOpen={setIsLogModalOpen}