Minor fixed + refactored job details screens based on review.
This commit is contained in:
@@ -124,7 +124,7 @@ export function* setInstanceIdSaga({ payload: uid }) {
|
||||
|
||||
yield put(setLocalFingerprint(fingerprint));
|
||||
yield delay(5 * 60 * 1000);
|
||||
yield put(checkInstanceId(uid));
|
||||
if (process.env.NODE_ENV === "production") yield put(checkInstanceId(uid));
|
||||
} catch (error) {
|
||||
console.log("error", error);
|
||||
//yield put(signOutFailure(error.message));
|
||||
|
||||
Reference in New Issue
Block a user