diff --git a/ui/components/app/edit-gas-display-education/edit-gas-display-education.component.js b/ui/components/app/edit-gas-display-education/edit-gas-display-education.component.js index 3b0ce0c17..ab2fd2104 100644 --- a/ui/components/app/edit-gas-display-education/edit-gas-display-education.component.js +++ b/ui/components/app/edit-gas-display-education/edit-gas-display-education.component.js @@ -14,13 +14,6 @@ export default function EditGasDisplayEducation() { return (
- - {t('editGasEducationModalTitle')} - {t('editGasEducationModalIntro')} diff --git a/ui/components/app/edit-gas-popover/edit-gas-popover.component.js b/ui/components/app/edit-gas-popover/edit-gas-popover.component.js index 6bbf5eede..5f48b16d0 100644 --- a/ui/components/app/edit-gas-popover/edit-gas-popover.component.js +++ b/ui/components/app/edit-gas-popover/edit-gas-popover.component.js @@ -168,20 +168,22 @@ export default function EditGasPopover({ showEducationContent ? () => setShowEducationContent(false) : undefined } footer={ - <> - - + showEducationContent ? null : ( + <> + + + ) } >