Skip to content

Commit d29f028

Browse files
committed
fix(profile): fix navigation when saving profile
1 parent 53363c2 commit d29f028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Profile/ProfileEdit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const ProfileEdit = ({
109109
if (!onboardedProfile) {
110110
dispatch(setOnboardingProfileStep('OfflinePayments'));
111111
} else {
112-
navigation.navigate('Profile');
112+
navigation.popTo('Profile');
113113
}
114114
};
115115

0 commit comments

Comments
 (0)