不要になったアイコンを削除
This commit is contained in:
parent
934f9ce2c2
commit
59d7d425e5
@ -25,22 +25,6 @@ export const Header = ({ station }) => {
|
||||
}}
|
||||
>
|
||||
<View style={{ flex: 1, flexDirection: "column", alignItems: "center" }}>
|
||||
<AntDesign
|
||||
name={"barchart"}
|
||||
size={20}
|
||||
color={"white"}
|
||||
style={{
|
||||
borderWidth: 1,
|
||||
borderColor: "white",
|
||||
padding: 10,
|
||||
borderRadius: 10,
|
||||
}}
|
||||
onPress={() => {
|
||||
navigate("positions", { screen: "Apps" });
|
||||
const script = getInjectJavascriptAddress(station.StationNumber);
|
||||
inject(script);
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
<View style={{}}>
|
||||
<Text style={{ fontSize: 25, color: "white", fontWeight: "bold" }}>
|
||||
|
Loading…
Reference in New Issue
Block a user