Skip to content

Commit

Permalink
pushing the navigate to Account
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis95Yang committed Feb 28, 2024
1 parent 1abf96f commit b3c06c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const TabNavigator = () => {
console.log('user token', {userInfo});
} else {
console.log('user token not found');
// @ts-ignore
navigate('Account');
}
});
Expand Down

0 comments on commit b3c06c5

Please sign in to comment.