Skip to content

Commit

Permalink
Update Welcome.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
FPT-NMTung authored May 17, 2024
1 parent 4747cd8 commit 841401f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/welcomePage/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const Welcome = () => {
// check register if login
if (Cookies.get('info') === undefined) {
setStateButton('login')
setIsChecking(false)
return
}

Expand Down

0 comments on commit 841401f

Please sign in to comment.