diff --git a/src/components/Layout/Header/ActionCenter/components/SpeedUpModal.tsx b/src/components/Layout/Header/ActionCenter/components/SpeedUpModal.tsx index a1509bed8f8..82b0ae8db00 100644 --- a/src/components/Layout/Header/ActionCenter/components/SpeedUpModal.tsx +++ b/src/components/Layout/Header/ActionCenter/components/SpeedUpModal.tsx @@ -45,6 +45,7 @@ import { } from './speedUpUtils' import { Amount } from '@/components/Amount/Amount' +import { useModalRegistration } from '@/context/ModalStackProvider' import { useWallet } from '@/hooks/useWallet/useWallet' import { bn } from '@/lib/bignumber/bignumber' import { assertGetUtxoChainAdapter } from '@/lib/utils/utxo' @@ -696,12 +697,17 @@ export const SpeedUpModal = ({ }, }) + const { modalProps, overlayProps, modalContentProps } = useModalRegistration({ + isOpen, + onClose, + }) + if (!btcAsset) return null return ( - - - + + + {translate('modals.send.speedUp.title')}