Skip to content

Commit

Permalink
still fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
favourite1975 committed Aug 23, 2022
1 parent 14a9ee3 commit 33c99d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const HandleFavourite=(_data:any)=>{
Post('/getuserinfo.php', userdetails, (data, err) =>{
if(err) return console.log('an error occured')
setUserInfo({...userInfo, ...data['data']})
setLoading(false)
} );


Expand Down

0 comments on commit 33c99d0

Please sign in to comment.