From 2f3872345d5c8b7b59196ae3fe0d930ce487370f Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 9 Jan 2019 18:00:18 +0100 Subject: [PATCH] show used fee level (low/normal/high...) --- src/components/modals/confirm/SignTx/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/modals/confirm/SignTx/index.js b/src/components/modals/confirm/SignTx/index.js index 4ece5a6f..75755c9c 100644 --- a/src/components/modals/confirm/SignTx/index.js +++ b/src/components/modals/confirm/SignTx/index.js @@ -56,6 +56,10 @@ const Label = styled.div` color: ${colors.TEXT_SECONDARY}; `; +const FeeLevelName = styled(StyledP)` + padding-bottom: 0px; +`; + const ConfirmSignTx = (props: Props) => { const { amount, @@ -78,6 +82,7 @@ const ConfirmSignTx = (props: Props) => {
{ address }
+ {selectedFeeLevel.value} { selectedFeeLevel.label }