レに変更
This commit is contained in:
parent
a9dddfca2c
commit
6a8bdba849
@ -136,7 +136,7 @@ export const EachStopList = ({
|
|||||||
width: 60,
|
width: 60,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{timeString[0]}:{timeString[1]}
|
{se == "通過" ? "レ" : `${timeString[0]}:${timeString[1]}`}
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={{ fontSize: 18, width: 50 }}>
|
<Text style={{ fontSize: 18, width: 50 }}>
|
||||||
{se?.replace("発", "出発").replace("着", "到着")}
|
{se?.replace("発", "出発").replace("着", "到着")}
|
||||||
|
Loading…
Reference in New Issue
Block a user