diff --git a/ui/app/components/app/modals/modal.js b/ui/app/components/app/modals/modal.js index 28395b21f..02690722b 100644 --- a/ui/app/components/app/modals/modal.js +++ b/ui/app/components/app/modals/modal.js @@ -192,9 +192,7 @@ const MODALS = { }, GAS_PRICE_INFO_MODAL: { - // TODO Remove this once our i18n unused messages script detection is better - // eslint-disable-next-line react/jsx-curly-brace-presence - contents: , + contents: , mobileModalStyle: { width: '95%', top: getEnvironmentType(window.location.href) === ENVIRONMENT_TYPE_POPUP ? '52vh' : '36.5vh', @@ -206,9 +204,7 @@ const MODALS = { }, GAS_LIMIT_INFO_MODAL: { - // TODO Remove this once our i18n unused messages script detection is better - // eslint-disable-next-line react/jsx-curly-brace-presence - contents: , + contents: , mobileModalStyle: { width: '95%', top: getEnvironmentType(window.location.href) === ENVIRONMENT_TYPE_POPUP ? '52vh' : '36.5vh',