diff --git a/ui/pages/confirmations/components/confirm/footer/footer.tsx b/ui/pages/confirmations/components/confirm/footer/footer.tsx index b47c6fcacff1..ab8a904142bd 100644 --- a/ui/pages/confirmations/components/confirm/footer/footer.tsx +++ b/ui/pages/confirmations/components/confirm/footer/footer.tsx @@ -23,10 +23,6 @@ import useAlerts from '../../../../../hooks/useAlerts'; import { confirmSelector } from '../../../selectors'; import { getConfirmationSender } from '../utils'; -function getIconName(hasUnconfirmedAlerts: boolean): IconName { - return hasUnconfirmedAlerts ? IconName.SecuritySearch : IconName.Danger; -} - const ConfirmButton = ({ alertOwnerId = '', disabled, @@ -68,9 +64,7 @@ const ConfirmButton = ({