fix
This commit is contained in:
@@ -199,7 +199,8 @@ const userHabit : Module<UserHabit,RootState> = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
setUserDetail(state,data){
|
setUserDetail(state,data){
|
||||||
// console.log(data);
|
console.log(data.country , state.userDetail.country ,
|
||||||
|
data.occupation ,state.userDetail.occupation);
|
||||||
if(
|
if(
|
||||||
(!data.email && state.userDetail.email == '-------------') ||
|
(!data.email && state.userDetail.email == '-------------') ||
|
||||||
(!data.country && !state.userDetail.country) ||
|
(!data.country && !state.userDetail.country) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user