+ {state === "completed" ? (
+
+
+
+ ) : (
+
+
+ {index}
+
+
+ )}
+
+
+ Step {index}: {children}
+
+
+);
diff --git a/src/app/components/Staking/Staking.tsx b/src/app/components/Staking/Staking.tsx
index c3ac8182..cdd7754e 100644
--- a/src/app/components/Staking/Staking.tsx
+++ b/src/app/components/Staking/Staking.tsx
@@ -7,7 +7,10 @@ import { useLocalStorage } from "usehooks-ts";
import { UTXO_KEY } from "@/app/common/constants";
import { LoadingView } from "@/app/components/Loading/Loading";
-import { EOIModal, EOIStepStatus } from "@/app/components/Modals/EOIModal";
+import {
+ EOIModal,
+ EOIStepStatus,
+} from "@/app/components/Modals/EOIModal/EOIModal";
import { useError } from "@/app/context/Error/ErrorContext";
import { useBTCWallet } from "@/app/context/wallet/BTCWalletProvider";
import {
@@ -581,11 +584,7 @@ export const Staking = () => {
awaitingWalletResponse={awaitingWalletResponse}
/>
)}
-