typo
This commit is contained in:
@@ -41,8 +41,8 @@ export default function Setting(props) {
|
||||
AS.getItem("trainPositionSwitch").then(setTrainPosition);
|
||||
}, []);
|
||||
const testNFC = async () => {
|
||||
const resulit = await ExpoFelicaReader.scan();
|
||||
alert(resulit);
|
||||
const result = await ExpoFelicaReader.scan();
|
||||
alert(result);
|
||||
};
|
||||
const updateAndReload = () => {
|
||||
Promise.all([
|
||||
|
Reference in New Issue
Block a user