Skip to content

Commit

Permalink
Removed stupid hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmanic committed Oct 11, 2024
1 parent 57b178d commit 4e5d13a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ const Account = ({ data: fallbackData }) => {
// Switching to classic tab page.
const [isRevertingToClassicTab, setIsRevertingToClassicTab] = useState(false)
const setBetaOptIn = async (isOptedIn) => {
// eslint-disable-next-line no-undef
document.cookie = 'tabV4OptIn=enabled; Max-Age=-99999999;'

const response = await fetch(apiBetaOptIn, {
method: 'POST',
headers: {
Expand Down

0 comments on commit 4e5d13a

Please sign in to comment.