stringサイズ条件のミスを修正

This commit is contained in:
harukin-expo-dev-env
2025-09-23 16:33:30 +00:00
parent 2d6a67c793
commit 83e45e1aa3

View File

@@ -362,7 +362,7 @@ const FixedStationBoxEachTrain = ({ d, station, displaySize }) => {
style={{
backgroundColor: "white",
flexDirection: "row",
height: displaySize == 50 ? "33%" : "7.5%",
height: displaySize == 76 ? "33%" : "7.5%",
overflow: "visible",
}}
>