ふぁぼ駅を表示するように変更(現在地が表示されない)
This commit is contained in:
@@ -40,7 +40,6 @@ export default function Sign(props) {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
console.log(isFavorite.length);
|
||||
setTestButtonStatus(isFavorite.length != 0);
|
||||
}, [favoriteStation, currentStation]);
|
||||
|
||||
@@ -260,8 +259,6 @@ const styleSheet = {
|
||||
height: (wp("80%") / 20) * 9,
|
||||
borderColor: "#2E94BB",
|
||||
borderWidth: 1,
|
||||
margin: 10,
|
||||
marginHorizontal: wp("10%"),
|
||||
backgroundColor: "white",
|
||||
},
|
||||
下帯: {
|
||||
|
Reference in New Issue
Block a user