diff --git a/components/Settings/SettingTopPage.js b/components/Settings/SettingTopPage.js index 41e46b7..4cc3ec8 100644 --- a/components/Settings/SettingTopPage.js +++ b/components/Settings/SettingTopPage.js @@ -242,7 +242,7 @@ export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { - testNFC()}> + {/* testNFC()}> { testNFC - + */} { ); }; useEffect(() => { - //data(); + data(); //ScreenOrientation.unlockAsync(); }, []);