ふぁぼ駅を表示するように変更(現在地が表示されない)

This commit is contained in:
harukin-DeskMini
2023-02-01 15:25:33 +09:00
parent f580e319cf
commit 12f23bef16
4 changed files with 52 additions and 21 deletions

View File

@@ -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",
},
下帯: {