diff --git a/translate/src/modules/entitydetails/components/Helpers.tsx b/translate/src/modules/entitydetails/components/Helpers.tsx index 8b32c76c4a..4e4c0a49b8 100644 --- a/translate/src/modules/entitydetails/components/Helpers.tsx +++ b/translate/src/modules/entitydetails/components/Helpers.tsx @@ -124,21 +124,6 @@ export function Helpers({ ); } - function CommentsPanel() { - return ( - <> - - - ); - } - if (windowWidth === 'narrow' || windowWidth === 'medium') { return ( <> @@ -182,7 +167,15 @@ export function Helpers({ )} - + {/* HACK: Required inline due to https://github.com/mozilla/pontoon/issues/2300 */} + @@ -213,7 +206,15 @@ export function Helpers({ )} - + {/* HACK: Required inline due to https://github.com/mozilla/pontoon/issues/2300 */} +