diff --git a/packages/desktop/components/evm-transactions/EvmTokenApprovalAlert.svelte b/packages/desktop/components/evm-transactions/EvmTokenApprovalAlert.svelte index 945a7d712e..ef24191d65 100644 --- a/packages/desktop/components/evm-transactions/EvmTokenApprovalAlert.svelte +++ b/packages/desktop/components/evm-transactions/EvmTokenApprovalAlert.svelte @@ -9,6 +9,7 @@ import { EvmTransactionAlert } from '.' import { IToken } from '@core/token' import { openUrlInBrowser } from '@core/app/utils' + import { Alert } from '@bloomwalletio/ui' export let parsedTokenApproval: IParsedTokenApproval export let networkId: EvmNetworkId @@ -37,6 +38,7 @@ {#if tokenTransfer.token} {:else} +