From e37cba7edd700f7e12320bc6d4697b95c3a02234 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 9 Dec 2020 16:52:02 -0400 Subject: [PATCH] fix: etherscan link --- ui/app/AppLayouts/Browser/BrowserLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Browser/BrowserLayout.qml b/ui/app/AppLayouts/Browser/BrowserLayout.qml index 352c1b84b4..b3e2ec3d9f 100644 --- a/ui/app/AppLayouts/Browser/BrowserLayout.qml +++ b/ui/app/AppLayouts/Browser/BrowserLayout.qml @@ -207,7 +207,7 @@ Rectangle { toastMessage.source = "../../img/loading.svg" toastMessage.iconColor = Style.current.primary toastMessage.iconRotates = true - toastMessage.link = `${_walletModel.etherscanLink}/${responseObj.result}` + toastMessage.link = `${_walletModel.etherscanLink}/${responseObj.result.result}` toastMessage.open() } catch (e) { if (e.message.includes("could not decrypt key with given password")){