@@ -53,7 +53,7 @@ class Home extends React.Component {
if (isDev) {
const fp = await FingerprintJS.load();
const AndroidInfo = await fp.get();
- this.setState({
+ this.setState({
deviceID: AndroidInfo.visitorId,
}, () => {
this.loginInit();