From 32264fdf714a5935bf133a44ebcd28a47e7b2e3d Mon Sep 17 00:00:00 2001 From: Adinael Perez Ruelas Date: Tue, 27 Oct 2020 12:38:02 -0700 Subject: [PATCH] web-ui: fix the send tab for trezor. --- .../trezor-connect/trezor-connect.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web-ui/src/app/components/trezor-connect/trezor-connect.component.html b/web-ui/src/app/components/trezor-connect/trezor-connect.component.html index 1fc88c09..3a30b22e 100644 --- a/web-ui/src/app/components/trezor-connect/trezor-connect.component.html +++ b/web-ui/src/app/components/trezor-connect/trezor-connect.component.html @@ -52,10 +52,10 @@
{{ 'label.address' | translate }}
- +
{{ 'label.amount' | translate }}
- +
{{ 'label.fee' | translate }}
+ (click)="signTransaction(destinationAddress.value, amountValue.value, selectedFee.value)">