From 3943921f3fb494ee79aef617d73f3ec15421475b Mon Sep 17 00:00:00 2001 From: barrytra Date: Tue, 27 Aug 2024 19:56:56 +0530 Subject: [PATCH] ui(fb): alert added in confirmation step --- src/components/fb2/CreateFidelityBond.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/fb2/CreateFidelityBond.tsx b/src/components/fb2/CreateFidelityBond.tsx index 00ce9f16..5c430878 100644 --- a/src/components/fb2/CreateFidelityBond.tsx +++ b/src/components/fb2/CreateFidelityBond.tsx @@ -375,7 +375,7 @@ const CreateFidelityBond2 = ({ otherFidelityBondExists, wallet, walletInfo, onDo {t('earn.fidelity_bond.create_fidelity_bond.title')} -
+
@@ -529,6 +529,7 @@ const CreateFidelityBond2 = ({ otherFidelityBondExists, wallet, walletInfo, onDo selectedUtxos={selectedUtxos} timelockedAddress={timelockedAddress!} /> +
)}