diff --git a/views/transactions/Deposit.vue b/views/transactions/Deposit.vue
index fd43f9cc8..819e3e5dd 100644
--- a/views/transactions/Deposit.vue
+++ b/views/transactions/Deposit.vue
@@ -130,14 +130,7 @@
I understand, proceed to bridge
-
+
Don't show again
diff --git a/views/transactions/Transfer.vue b/views/transactions/Transfer.vue
index e842f7258..c402ab67f 100644
--- a/views/transactions/Transfer.vue
+++ b/views/transactions/Transfer.vue
@@ -491,8 +491,7 @@ const withdrawalManualFinalizationRequired = computed(() => {
if (!transaction.value) return false;
return (
props.type === "withdrawal" &&
- (isCustomNode ||
- isWithdrawalManualFinalizationRequired(transaction.value.token, eraNetwork.value.l1Network?.id || -1))
+ isWithdrawalManualFinalizationRequired(transaction.value.token, eraNetwork.value.l1Network?.id || -1)
);
});
diff --git a/views/transactions/WithdrawalSubmitted.vue b/views/transactions/WithdrawalSubmitted.vue
index c3b0ccabe..07a958c83 100644
--- a/views/transactions/WithdrawalSubmitted.vue
+++ b/views/transactions/WithdrawalSubmitted.vue
@@ -149,9 +149,7 @@