絵文字に変更
This commit is contained in:
parent
4446019ab2
commit
e90ffd8926
@ -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 && (
|
||||||
|
Loading…
Reference in New Issue
Block a user