From 10d5727daf8788f27e38110a69f809e17b04139d Mon Sep 17 00:00:00 2001 From: Armen Nikoyan Date: Wed, 18 Sep 2024 19:42:37 +0400 Subject: [PATCH] fix(review): handle user rejection --- .../views/v2/Bridge/ReviewTransaction/index.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/wormhole-connect/src/views/v2/Bridge/ReviewTransaction/index.tsx b/wormhole-connect/src/views/v2/Bridge/ReviewTransaction/index.tsx index 9035f238a..71a9db0df 100644 --- a/wormhole-connect/src/views/v2/Bridge/ReviewTransaction/index.tsx +++ b/wormhole-connect/src/views/v2/Bridge/ReviewTransaction/index.tsx @@ -387,12 +387,14 @@ const ReviewTransaction = (props: Props) => { destinationGasDrop={receiveNativeAmount} quote={quote} /> - - - + {showGasSlider && ( + + + + )} {confirmTransactionButton}