LEDからアンパンマンが閉じれないバグを修正
This commit is contained in:
parent
d6664fa45f
commit
4bcd8d2143
@ -58,7 +58,7 @@ export const HeaderText: FC<Props> = ({
|
||||
}, [data.limited, trainData]);
|
||||
return (
|
||||
<View style={{ padding: 10, flexDirection: "row", alignItems: "center" }}>
|
||||
<TrainIconStatus {...{ data, navigate, from }}/>
|
||||
<TrainIconStatus {...{ data, navigate, from: "menu" }} />
|
||||
<Text style={textConfig}>{trainName}</Text>
|
||||
<View style={{ flex: 1 }} />
|
||||
<Text style={textConfig}>
|
||||
|
Loading…
Reference in New Issue
Block a user