diff --git a/dapp/src/components/TransactionModal/WalletInteractionModal.tsx b/dapp/src/components/TransactionModal/WalletInteractionModal.tsx index ae783f4f0..dbbf4c53b 100644 --- a/dapp/src/components/TransactionModal/WalletInteractionModal.tsx +++ b/dapp/src/components/TransactionModal/WalletInteractionModal.tsx @@ -47,7 +47,7 @@ export default function WalletInteractionModal({ }: { step: WalletInteractionStep }) { - const type = useActionFlowType() + const actionType = useActionFlowType() const connector = useConnector() const { header, description, progressProps } = DATA[step] @@ -77,7 +77,7 @@ export default function WalletInteractionModal({ {description( - type === ACTION_FLOW_TYPES.STAKE ? "deposit" : "withdraw", + actionType === ACTION_FLOW_TYPES.STAKE ? "deposit" : "withdraw", )} {step === "awaiting-transaction" && (