From 1d9683eb123f34f3696123a40dd62e5d569fb8e9 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Wed, 1 Apr 2020 14:38:38 +0400 Subject: [PATCH] Bug: Eth balance not updating (#709) * fix prop name for updating eth balance * remove unneccessary index in import * typo fixes in safe opening --- src/routes/opening/index.jsx | 4 ++-- src/routes/safe/store/actions/fetchEtherBalance.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/opening/index.jsx b/src/routes/opening/index.jsx index 3b3928ad..791ade76 100644 --- a/src/routes/opening/index.jsx +++ b/src/routes/opening/index.jsx @@ -134,7 +134,7 @@ const SafeDeployment = ({ creationTxHash, onCancel, onRetry, onSuccess, provider const steps = [ { id: '1', - label: 'Waiting fot transaction confirmation', + label: 'Waiting for transaction confirmation', description: undefined, instruction: 'Please confirm the Safe creation in your wallet', footer: null, @@ -171,7 +171,7 @@ const SafeDeployment = ({ creationTxHash, onCancel, onRetry, onSuccess, provider id: '6', label: 'Success', description: 'Your Safe was created successfully', - instruction: 'Click Below to get started', + instruction: 'Click below to get started', footer: (