Skip to content

Commit

Permalink
Merge pull request #487 from diggsweden/DIGG-377
Browse files Browse the repository at this point in the history
DIGG-377: Removing cookie id because brave seems to override it
  • Loading branch information
MikaMunterud authored Nov 1, 2024
2 parents 67f9028 + 448cd9d commit b91214d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/global/CookieBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const CookieBanner: FC = () => {
</Link>

<form
id="cookie-form"
className="mt-lg"
onSubmit={(e) => {
e.preventDefault();
Expand Down

0 comments on commit b91214d

Please sign in to comment.