From a7f16ac632c8940cd4f6f2c9b6bc2f41bb88a60e Mon Sep 17 00:00:00 2001 From: Addminus Date: Fri, 18 Mar 2022 16:00:13 +0100 Subject: [PATCH] fix: remove testing steps --- .../TransactionStepper/TransactionStepper.tsx | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/packages/widget/src/components/TransactionStepper/TransactionStepper.tsx b/packages/widget/src/components/TransactionStepper/TransactionStepper.tsx index 81c59f838..8038e7665 100644 --- a/packages/widget/src/components/TransactionStepper/TransactionStepper.tsx +++ b/packages/widget/src/components/TransactionStepper/TransactionStepper.tsx @@ -80,32 +80,6 @@ const renderStep = ( {isWaiting ? waitingText : undefined} , - - - - - {isSigning ? SignButton : details} - - - , - - - {isWaiting ? waitingText : undefined} - - , - - - - - {isSigning ? SignButton : details} - - - , - - - {isWaiting ? waitingText : undefined} - - , ]; };