From 10c9e7ab66eb66619b788cabe3ab5ccd9e7e1527 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Fri, 20 Apr 2018 10:11:21 -0700 Subject: [PATCH] Add button type to the two-step-button buttons --- ui/app/templates/components/two-step-button.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/templates/components/two-step-button.hbs b/ui/app/templates/components/two-step-button.hbs index cc2849b1dae..88a5097815e 100644 --- a/ui/app/templates/components/two-step-button.hbs +++ b/ui/app/templates/components/two-step-button.hbs @@ -1,10 +1,10 @@ {{#if isIdle}} - {{else if isPendingConfirmation}} {{confirmationMessage}} -