レに変更

This commit is contained in:
harukin-expo-dev-env 2024-10-19 12:57:58 +00:00
parent a9dddfca2c
commit 6a8bdba849

View File

@ -136,7 +136,7 @@ export const EachStopList = ({
width: 60,
}}
>
{timeString[0]}:{timeString[1]}
{se == "通過" ? "レ" : `${timeString[0]}:${timeString[1]}`}
</Text>
<Text style={{ fontSize: 18, width: 50 }}>
{se?.replace("発", "出発").replace("着", "到着")}