Skip to content

Commit

Permalink
fix: add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
virus-rpi authored Dec 12, 2024
1 parent f7e2091 commit 5a7e0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cookie-consent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ export const CookieConsent = () => {
setupCookieConsent();
}, [i18n.language]);

return <LeadinfoScript />
return <LeadinfoScript />;
};

0 comments on commit 5a7e0e5

Please sign in to comment.