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")){