Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jan 11, 2025
1 parent 1c24186 commit edb740e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,10 @@ setShowCountryButtons(false)
let instantJoin = window.location.search.includes("instantJoin");


if(window.localStorage.getItem("joinCode")) {
window.localStorage.removeItem("joinCode")
}


if(code || instantJoin) {

Expand Down

0 comments on commit edb740e

Please sign in to comment.