From 1867b009b9dc0fc60d0b4246674e04179b98306a Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:27:57 +0100 Subject: [PATCH] fix(gui): Hide manual cancel and refund button (#142) We no longer show the manual cancel and refund button. This functionality is currently not implemented in the GUI. The state machine should resume the swap as well. The functionality can be added back later. --- src-gui/src/renderer/components/alert/SwapStatusAlert.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src-gui/src/renderer/components/alert/SwapStatusAlert.tsx b/src-gui/src/renderer/components/alert/SwapStatusAlert.tsx index 502fb35da..d933003c2 100644 --- a/src-gui/src/renderer/components/alert/SwapStatusAlert.tsx +++ b/src-gui/src/renderer/components/alert/SwapStatusAlert.tsx @@ -119,7 +119,7 @@ const BitcoinPossiblyCancelledAlert = ({ You might lose your funds if you do not refund within{" "} , ]} /> - ); };