diff --git a/views/transactions/Deposit.vue b/views/transactions/Deposit.vue index 94aa273a6..ccfc0151a 100644 --- a/views/transactions/Deposit.vue +++ b/views/transactions/Deposit.vue @@ -182,16 +182,7 @@ ~15 minutes - - -

- Insufficient {{ feeToken?.symbol }} balance on - {{ destinations.ethereum.label }} to cover the fee -

- Receive funds -
-
- + Receive funds + +

+ Insufficient {{ feeToken?.symbol }} balance on + {{ destinations.ethereum.label }} to cover the fee +

+ Receive funds +
Checking allowance error: {{ allowanceRequestError.message }} @@ -455,9 +458,6 @@ const tokenCustomBridge = computed(() => { const customBridgeToken = customBridgeTokens.find( (e) => eraNetwork.value.l1Network?.id === e.chainId && e.l1Address === selectedToken.value?.address ); - if (!customBridgeToken?.bridges.some((e) => e.depositUrl)) { - return undefined; - } return customBridgeToken; }); const amountInputTokenAddress = computed({