stringサイズ条件のミスを修正
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user