diff --git a/src/init/soapbox-head.tsx b/src/init/soapbox-head.tsx index 00c2560d8..ef562a928 100644 --- a/src/init/soapbox-head.tsx +++ b/src/init/soapbox-head.tsx @@ -36,7 +36,7 @@ const SoapboxHead: React.FC = ({ children }) => { if (dsn) { startSentry(dsn).catch(console.error); } - }, [dsn, locale]); + }, [dsn]); return ( <> @@ -49,8 +49,8 @@ const SoapboxHead: React.FC = ({ children }) => { {['dark', 'black'].includes(theme) && } {/* eslint-disable formatjs/no-literal-string-in-jsx */} {/* eslint-enable formatjs/no-literal-string-in-jsx */}