Added Drawer navigator & version numbers.
This commit is contained in:
@@ -112,7 +112,7 @@ export function* signInSuccessSaga({ payload }) {
|
||||
|
||||
const shop = yield client.query({ query: QUERY_BODYSHOP });
|
||||
logImEXEvent("imexmobile_sign_in_success", payload);
|
||||
console.log(shop);
|
||||
|
||||
yield put(setBodyshop(shop.data.bodyshops[0]));
|
||||
// yield put(
|
||||
// setBodyshop({
|
||||
|
||||
Reference in New Issue
Block a user