Skip to content

Commit

Permalink
alert removed for login chec
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhorarya12 committed Aug 10, 2024
1 parent 434a585 commit d3e58e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/screens/Wishlist/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const Wishlist = ({ navigation }) => {
useCallback(() => {
console.log('Screen is focused');
if(token.length===0){
alert('please login first');
navigation.navigate('AuthNav');
// alert('please login first');
navigation.navigate('Profile');
return;
}
dispatch(getWishListProducts(token));
Expand Down

0 comments on commit d3e58e6

Please sign in to comment.