Skip to content

Commit

Permalink
fix: 서랍장 서비스 등록 시, 리다이렉트 URL myproduct로 이동 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
seocylucky authored Sep 1, 2024
1 parent 91e8da6 commit e88bd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawer/pages/Register/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Register = () => {
window.Android.onRegisterSuccess();
}

navigate('/drawer/myDrawers');
navigate('/drawer/myDrawers?tab=MYDRAWER');
},
});
}
Expand Down

0 comments on commit e88bd34

Please sign in to comment.