From 995307ed7f48fb4a69443f243c2affddf4aecb64 Mon Sep 17 00:00:00 2001 From: GabrielPrediger Date: Thu, 25 Jan 2024 17:24:51 -0300 Subject: [PATCH] feat(SendEvm): new layout of step 2 edit fee --- source/pages/Send/SendNTokenTransaction.tsx | 12 +----------- source/pages/Send/SendTransaction.tsx | 11 +---------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/source/pages/Send/SendNTokenTransaction.tsx b/source/pages/Send/SendNTokenTransaction.tsx index d8ef59c9a..3aeee2803 100644 --- a/source/pages/Send/SendNTokenTransaction.tsx +++ b/source/pages/Send/SendNTokenTransaction.tsx @@ -22,7 +22,7 @@ import { verifyNetworkEIP1559Compatibility, } from 'utils/index'; -import { EditPriorityModal } from './EditPriority'; +import { EditPriority } from './EditPriority'; //TODO export const SendNTokenTransaction = () => { const { @@ -433,16 +433,6 @@ export const SendNTokenTransaction = () => { }} /> - - {tx.from && fee ? (

diff --git a/source/pages/Send/SendTransaction.tsx b/source/pages/Send/SendTransaction.tsx index e56386019..1da44079a 100644 --- a/source/pages/Send/SendTransaction.tsx +++ b/source/pages/Send/SendTransaction.tsx @@ -27,7 +27,7 @@ import { TransactionDataComponent, TransactionHexComponent, } from './components'; -import { EditPriorityModal } from './EditPriority'; +import { EditPriority } from './EditPriority'; //TODO import { tabComponents, tabElements } from './mockedComponentsData/mockedTabs'; export const SendTransaction = () => { @@ -270,15 +270,6 @@ export const SendTransaction = () => { }} /> - - {tx?.from ? (