絵文字に変更

This commit is contained in:
harukin-OneMix4 2023-07-16 14:10:40 +09:00
parent 4446019ab2
commit e90ffd8926

View File

@ -616,7 +616,14 @@ export const EachTrainInfo = ({
<Text style={{ fontSize: 20 }}>{station}</Text> <Text style={{ fontSize: 20 }}>{station}</Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
{points.findIndex((d) => d == index) >= 0 ? ( {points.findIndex((d) => d == index) >= 0 ? (
<Text>ほげ</Text> <Text
style={{
fontSize: 20,
marginRight: 70,
}}
>
🚊
</Text>
) : null} ) : null}
{!isNaN(data.trainData?.delay) && {!isNaN(data.trainData?.delay) &&
data.trainData?.delay != 0 && ( data.trainData?.delay != 0 && (