From 995ee1d05da5064ea8fc88492bbbc1bc7f86714c Mon Sep 17 00:00:00 2001 From: muerwre Date: Thu, 7 Mar 2019 11:56:16 +0700 Subject: [PATCH] item preloading on start --- src/redux/user/sagas.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redux/user/sagas.ts b/src/redux/user/sagas.ts index a02c05e..600cf9b 100644 --- a/src/redux/user/sagas.ts +++ b/src/redux/user/sagas.ts @@ -149,6 +149,7 @@ function* setReadySaga() { hideLoader(); yield call(checkOSRMServiceSaga); + yield put(searchSetTab('mine')); } function* mapInitSaga() {