Skip to content

Commit 5db7501

Browse files
committed
fix: existing date not loaded properly
1 parent 036c04f commit 5db7501

File tree

1 file changed

+0
-1
lines changed
  • src/apps/onboarding/src/redux/actions

1 file changed

+0
-1
lines changed

src/apps/onboarding/src/redux/actions/member.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ const createEducationsPayloadData: any = (educations: EducationInfo[]) => {
267267
export const updateMemberEducations: any = (educations: EducationInfo[]) => async (dispatch: any) => {
268268
try {
269269
const tokenInfo: TokenModel = await getAsyncToken()
270-
console.log(createEducationsPayloadData(educations), 'createEducationsPayloadData(educations)')
271270
await updateMemberTraits(tokenInfo.handle || '', createEducationsPayloadData(educations))
272271
dispatch(updateEducations(educations))
273272
} catch (error) {

0 commit comments

Comments
 (0)